Package com.amalgamasimulation.utils
Class DistributionStatistics
java.lang.Object
com.amalgamasimulation.utils.DistributionStatistics
Deprecated.
Use com.amalgamasimulation.core.statistics.DistributionStatistics instead
Distribution statistics of a single variable series
- Author:
- Andrey Malykhanov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(double value) Deprecated.voidcombine(DistributionStatistics other) Deprecated.doubleDeprecated.doubleDeprecated.intgetCount()Deprecated.doublegetMax()Deprecated.doubleDeprecated.doublegetMin()Deprecated.doublegetPercentile(double percentile) Deprecated.doublegetStDev()Deprecated.toString()Deprecated.
-
Constructor Details
-
DistributionStatistics
public DistributionStatistics()Deprecated.
-
-
Method Details
-
add
public void add(double value) Deprecated. -
combine
Deprecated. -
getCount
public int getCount()Deprecated. -
getAverage
public double getAverage()Deprecated. -
getMedian
public double getMedian()Deprecated. -
getMax
public double getMax()Deprecated. -
getMin
public double getMin()Deprecated. -
getStDev
public double getStDev()Deprecated. -
getConfidence95HalfInterval
public double getConfidence95HalfInterval()Deprecated. -
getPercentile
public double getPercentile(double percentile) Deprecated. -
toString
Deprecated.
-