Uses of Enum
org.apache.commons.statistics.descriptive.Quantile.EstimationMethod
Packages that use Quantile.EstimationMethod
Package
Description
Implementations of univariate statistics.
-
Uses of Quantile.EstimationMethod in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as Quantile.EstimationMethodModifier and TypeFieldDescriptionprivate final Quantile.EstimationMethod
Quantile.estimationType
Estimation type used to determine the value from the quantile.Methods in org.apache.commons.statistics.descriptive that return Quantile.EstimationMethodModifier and TypeMethodDescriptionstatic Quantile.EstimationMethod
Returns the enum constant of this type with the specified name.static Quantile.EstimationMethod[]
Quantile.EstimationMethod.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 Quantile.EstimationMethodModifier and TypeMethodDescriptionQuantile.with
(Quantile.EstimationMethod v) Return an instance with the configuredQuantile.EstimationMethod
.Constructors in org.apache.commons.statistics.descriptive with parameters of type Quantile.EstimationMethodModifierConstructorDescriptionprivate
Quantile
(boolean copy, NaNPolicy nanPolicy, Quantile.EstimationMethod estimationType)