Package org.djutils.math.means
Class MeansTests
java.lang.Object
org.djutils.math.means.MeansTests
Test the classes in the means package
 
 Copyright (c) 2013-2025 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidTest the Mean classes using unity weights.final voidTest the Mean classes using varying weights. 
- 
Constructor Details
- 
MeansTests
public MeansTests() 
 - 
 - 
Method Details
- 
testMeansWithUnityWeights
Test the Mean classes using unity weights. - 
testMeansWithWeights
Test the Mean classes using varying weights. 
 -