Class Hierarchy
- java.lang.Object
- org.apache.commons.statistics.descriptive.DoubleStatistics (implements java.util.function.DoubleConsumer)
- org.apache.commons.statistics.descriptive.DoubleStatistics.Builder
- org.apache.commons.statistics.descriptive.GeometricMean (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntMax (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntMean (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntMin (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntStandardDeviation (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntStatistics (implements java.util.function.IntConsumer)
- org.apache.commons.statistics.descriptive.IntStatistics.Builder
- org.apache.commons.statistics.descriptive.IntSum (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntSumOfSquares (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.IntVariance (implements org.apache.commons.statistics.descriptive.IntStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Kurtosis (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongMax (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongMean (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongMin (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongStandardDeviation (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongStatistics (implements java.util.function.LongConsumer)
- org.apache.commons.statistics.descriptive.LongStatistics.Builder
- org.apache.commons.statistics.descriptive.LongSum (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongSumOfSquares (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.LongVariance (implements org.apache.commons.statistics.descriptive.LongStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Max (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Mean (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Median
- org.apache.commons.statistics.descriptive.Min (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Product (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Quantile
- org.apache.commons.statistics.descriptive.Skewness (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.StandardDeviation (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.StatisticsConfiguration
- org.apache.commons.statistics.descriptive.Sum (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.SumOfLogs (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.SumOfSquares (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
- org.apache.commons.statistics.descriptive.Variance (implements org.apache.commons.statistics.descriptive.DoubleStatistic, org.apache.commons.statistics.descriptive.StatisticAccumulator<T>)
Interface Hierarchy
- java.util.function.DoubleConsumer
- org.apache.commons.statistics.descriptive.DoubleStatistic (also extends org.apache.commons.statistics.descriptive.StatisticResult)
- java.util.function.DoubleSupplier
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.IntSupplier, java.util.function.LongSupplier)
- org.apache.commons.statistics.descriptive.DoubleStatistic (also extends java.util.function.DoubleConsumer)
- org.apache.commons.statistics.descriptive.IntStatistic (also extends java.util.function.IntConsumer)
- org.apache.commons.statistics.descriptive.LongStatistic (also extends java.util.function.LongConsumer)
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.IntSupplier, java.util.function.LongSupplier)
- java.util.function.IntConsumer
- org.apache.commons.statistics.descriptive.IntStatistic (also extends org.apache.commons.statistics.descriptive.StatisticResult)
- java.util.function.IntSupplier
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.DoubleSupplier, java.util.function.LongSupplier)
- org.apache.commons.statistics.descriptive.DoubleStatistic (also extends java.util.function.DoubleConsumer)
- org.apache.commons.statistics.descriptive.IntStatistic (also extends java.util.function.IntConsumer)
- org.apache.commons.statistics.descriptive.LongStatistic (also extends java.util.function.LongConsumer)
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.DoubleSupplier, java.util.function.LongSupplier)
- java.util.function.LongConsumer
- org.apache.commons.statistics.descriptive.LongStatistic (also extends org.apache.commons.statistics.descriptive.StatisticResult)
- java.util.function.LongSupplier
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.DoubleSupplier, java.util.function.IntSupplier)
- org.apache.commons.statistics.descriptive.DoubleStatistic (also extends java.util.function.DoubleConsumer)
- org.apache.commons.statistics.descriptive.IntStatistic (also extends java.util.function.IntConsumer)
- org.apache.commons.statistics.descriptive.LongStatistic (also extends java.util.function.LongConsumer)
- org.apache.commons.statistics.descriptive.StatisticResult (also extends java.util.function.DoubleSupplier, java.util.function.IntSupplier)
- org.apache.commons.statistics.descriptive.StatisticAccumulator<T>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.apache.commons.statistics.descriptive.NaNPolicy
- org.apache.commons.statistics.descriptive.Quantile.EstimationMethod
- org.apache.commons.statistics.descriptive.Statistic
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)