Uses of Class
org.apache.commons.statistics.descriptive.Quantile
-
Packages that use Quantile Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Quantile in org.apache.commons.statistics.descriptive
Methods in org.apache.commons.statistics.descriptive that return Quantile Modifier and Type Method Description Quantile
Quantile. with(NaNPolicy v)
Return an instance with the configuredNaNPolicy
.Quantile
Quantile. with(Quantile.EstimationMethod v)
Return an instance with the configuredQuantile.EstimationMethod
.Quantile
Quantile. withCopy(boolean v)
Return an instance with the configured copy behaviour.static Quantile
Quantile. withDefaults()
Return a new instance with the default options.
-