Interface DoubleStatistic
-
- All Superinterfaces:
java.util.function.DoubleConsumer,java.util.function.DoubleSupplier,java.util.function.IntSupplier,java.util.function.LongSupplier,StatisticResult
- All Known Implementing Classes:
GeometricMean,Kurtosis,Max,Mean,Min,Product,Skewness,StandardDeviation,Sum,SumOfLogs,SumOfSquares,Variance
public interface DoubleStatistic extends java.util.function.DoubleConsumer, StatisticResult
Represents a state object for computing a statistic overdoublevalued input(s).- Since:
- 1.1
-
-
Method Summary
-
Methods inherited from interface org.apache.commons.statistics.descriptive.StatisticResult
getAsBigInteger, getAsInt, getAsLong
-
-