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
Subclasses with type arguments of type Quantile.EstimationMethod in org.apache.commons.statistics.descriptiveModifier and TypeClassDescriptionstatic enumEstimation methods for a quantile.Fields in org.apache.commons.statistics.descriptive declared as Quantile.EstimationMethodModifier and TypeFieldDescriptionprivate final Quantile.EstimationMethodQuantile.estimationTypeEstimation type used to determine the value from the quantile.Methods in org.apache.commons.statistics.descriptive that return Quantile.EstimationMethodModifier and TypeMethodDescriptionstatic Quantile.EstimationMethodReturns 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.EstimationMethodModifierConstructorDescriptionprivateQuantile(boolean copy, NaNPolicy nanPolicy, Quantile.EstimationMethod estimationType)