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