Package org.djutils.means
Class MeansTests
java.lang.Object
org.djutils.means.MeansTests
Test the classes in the means package
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the Mean classes using unity weights.final void
Test the Mean classes using varying weights.
-
Constructor Details
-
MeansTests
public MeansTests()
-
-
Method Details
-
testMeansWithUnityWeights
@Test public final void testMeansWithUnityWeights()Test the Mean classes using unity weights. -
testMeansWithWeights
@Test public final void testMeansWithWeights()Test the Mean classes using varying weights.
-