Package org.djutils.means
Class MeansTests
java.lang.Object
org.djutils.means.MeansTests
public class MeansTests extends Object
Test the classes in the means package
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Oct 26, 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description MeansTests()
-
Method Summary
Modifier and Type Method Description void
testMeansWithUnityWeights()
Test the Mean classes using unity weights.void
testMeansWithWeights()
Test the Mean classes using varying weights.
-
Constructor Details
-
MeansTests
public MeansTests()
-
-
Method Details
-
testMeansWithUnityWeights
public final void testMeansWithUnityWeights()Test the Mean classes using unity weights. -
testMeansWithWeights
public final void testMeansWithWeights()Test the Mean classes using varying weights.
-