Uses of Class
org.hipparchus.stat.descriptive.rank.Median
-
Uses of Median in org.hipparchus.stat.descriptive.rank
Modifier and TypeMethodDescriptionMedian.copy()
Returns a copy of the statistic with the same internal state.Median.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.