Uses of Enum
org.apache.commons.statistics.descriptive.Statistic
Packages that use Statistic
Package
Description
Implementations of univariate statistics.
-
Uses of Statistic in org.apache.commons.statistics.descriptive
Subclasses with type arguments of type Statistic in org.apache.commons.statistics.descriptiveModifier and TypeClassDescriptionenumA statistic that can be computed on univariate data, for example a stream ofdoublevalues.Methods in org.apache.commons.statistics.descriptive that return StatisticModifier and TypeMethodDescriptionstatic StatisticReturns the enum constant of this type with the specified name.static Statistic[]Statistic.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.descriptive with parameters of type StatisticModifier and TypeMethodDescription(package private) DoubleStatistics.BuilderAdd the statistic to the statistics to compute.(package private) IntStatistics.BuilderAdd the statistic to the statistics to compute.(package private) LongStatistics.BuilderAdd the statistic to the statistics to compute.static DoubleStatistics.BuilderReturns a new builder configured to create instances to compute the specifiedstatistics.static IntStatistics.BuilderReturns a new builder configured to create instances to compute the specifiedstatistics.static LongStatistics.BuilderReturns a new builder configured to create instances to compute the specifiedstatistics.IntStatistics.getAsBigInteger(Statistic statistic) Gets the value of the specifiedstatisticas aBigInteger.LongStatistics.getAsBigInteger(Statistic statistic) Gets the value of the specifiedstatisticas aBigInteger.doubleDoubleStatistics.getAsDouble(Statistic statistic) Gets the value of the specifiedstatisticas adouble.doubleIntStatistics.getAsDouble(Statistic statistic) Gets the value of the specifiedstatisticas adouble.doubleLongStatistics.getAsDouble(Statistic statistic) Gets the value of the specifiedstatisticas adouble.intGets the value of the specifiedstatisticas anint.longGets the value of the specifiedstatisticas along.longGets the value of the specifiedstatisticas along.Gets a supplier for the value of the specifiedstatistic.Gets a supplier for the value of the specifiedstatistic.Gets a supplier for the value of the specifiedstatistic.booleanDoubleStatistics.isSupported(Statistic statistic) Check if the specifiedstatisticis supported.booleanIntStatistics.isSupported(Statistic statistic) Check if the specifiedstatisticis supported.booleanLongStatistics.isSupported(Statistic statistic) Check if the specifiedstatisticis supported.static DoubleStatisticsReturns a new instance configured to compute the specifiedstatistics.static IntStatisticsReturns a new instance configured to compute the specifiedstatistics.static LongStatisticsReturns a new instance configured to compute the specifiedstatistics.Method parameters in org.apache.commons.statistics.descriptive with type arguments of type StatisticModifier and TypeMethodDescriptionstatic DoubleStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static IntStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static LongStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the inputvalues.static DoubleStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the specified range ofvalues.static IntStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the specified range ofvalues.static LongStatisticsReturns a new instance configured to compute the specifiedstatisticspopulated using the specified range ofvalues.