Class DistributionStatistics

java.lang.Object
com.amalgamasimulation.utils.DistributionStatistics

@Deprecated public class DistributionStatistics extends Object
Deprecated.
Use com.amalgamasimulation.core.statistics.DistributionStatistics instead
Distribution statistics of a single variable series
Author:
Andrey Malykhanov
  • Constructor Details

    • DistributionStatistics

      public DistributionStatistics()
      Deprecated.
  • Method Details

    • add

      public void add(double value)
      Deprecated.
    • combine

      public void combine(DistributionStatistics other)
      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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object