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
Methods in org.apache.commons.statistics.descriptive that return StatisticModifier and TypeMethodDescriptionstatic Statistic
Returns 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.Builder
Add the statistic to the statistics to compute.(package private) IntStatistics.Builder
Add the statistic to the statistics to compute.(package private) LongStatistics.Builder
Add the statistic to the statistics to compute.static DoubleStatistics.Builder
Returns a new builder configured to create instances to compute the specifiedstatistics
.static IntStatistics.Builder
Returns a new builder configured to create instances to compute the specifiedstatistics
.static LongStatistics.Builder
Returns a new builder configured to create instances to compute the specifiedstatistics
.IntStatistics.getAsBigInteger
(Statistic statistic) Gets the value of the specifiedstatistic
as aBigInteger
.LongStatistics.getAsBigInteger
(Statistic statistic) Gets the value of the specifiedstatistic
as aBigInteger
.double
DoubleStatistics.getAsDouble
(Statistic statistic) Gets the value of the specifiedstatistic
as adouble
.double
IntStatistics.getAsDouble
(Statistic statistic) Gets the value of the specifiedstatistic
as adouble
.double
LongStatistics.getAsDouble
(Statistic statistic) Gets the value of the specifiedstatistic
as adouble
.int
Gets the value of the specifiedstatistic
as anint
.long
Gets the value of the specifiedstatistic
as along
.long
Gets the value of the specifiedstatistic
as 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
.boolean
DoubleStatistics.isSupported
(Statistic statistic) Check if the specifiedstatistic
is supported.boolean
IntStatistics.isSupported
(Statistic statistic) Check if the specifiedstatistic
is supported.boolean
LongStatistics.isSupported
(Statistic statistic) Check if the specifiedstatistic
is supported.static DoubleStatistics
Returns a new instance configured to compute the specifiedstatistics
.static IntStatistics
Returns a new instance configured to compute the specifiedstatistics
.static LongStatistics
Returns a new instance configured to compute the specifiedstatistics
.Method parameters in org.apache.commons.statistics.descriptive with type arguments of type StatisticModifier and TypeMethodDescriptionstatic DoubleStatistics
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.static IntStatistics
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.static LongStatistics
Returns a new instance configured to compute the specifiedstatistics
populated using the inputvalues
.