Uses of Class
org.apache.commons.math3.stat.descriptive.rank.Median
Packages that use Median
Package
Description
Summary statistics based on ranks.
-
Uses of Median in org.apache.commons.math3.stat.descriptive.rank
Methods in org.apache.commons.math3.stat.descriptive.rank that return MedianModifier and TypeMethodDescriptionMedian.withEstimationType
(Percentile.EstimationType newEstimationType) Build a new instance similar to the current one except for theestimation type
.Median.withKthSelector
(KthSelector newKthSelector) Build a new instance similar to the current one except for thekthSelector
instance specifically set.Median.withNaNStrategy
(NaNStrategy newNaNStrategy) Build a new instance similar to the current one except for theNaN handling
strategy.Constructors in org.apache.commons.math3.stat.descriptive.rank with parameters of type Median