Class MeansTests

java.lang.Object
org.djutils.means.MeansTests

public class MeansTests extends Object
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 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.