Uses of Class
org.hipparchus.stat.descriptive.rank.Median
-
Packages that use Median Package Description org.hipparchus.stat.descriptive.rank Summary statistics based on ranks. -
-
Uses of Median in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return Median Modifier and Type Method Description MedianMedian. copy()Returns a copy of the statistic with the same internal state.MedianMedian. withEstimationType(Percentile.EstimationType newEstimationType)Build a new instance similar to the current one except for theestimation type.MedianMedian. withKthSelector(KthSelector newKthSelector)Build a new instance similar to the current one except for thekthSelectorinstance specifically set.MedianMedian. withNaNStrategy(NaNStrategy newNaNStrategy)Build a new instance similar to the current one except for theNaN handlingstrategy.
-