Uses of Class
org.apache.commons.statistics.descriptive.Quantile
Packages that use Quantile
Package
Description
Implementations of univariate statistics.
-
Uses of Quantile in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as QuantileModifier and TypeFieldDescriptionprivate static final Quantile
Quantile.DEFAULT
Default instance.Methods in org.apache.commons.statistics.descriptive that return QuantileModifier and TypeMethodDescriptionReturn an instance with the configuredNaNPolicy
.Quantile.with
(Quantile.EstimationMethod v) Return an instance with the configuredQuantile.EstimationMethod
.Quantile.withCopy
(boolean v) Return an instance with the configured copy behaviour.static Quantile
Quantile.withDefaults()
Return a new instance with the default options.