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 Median
Median. copy()
Returns a copy of the statistic with the same internal state.Median
Median. withEstimationType(Percentile.EstimationType newEstimationType)
Build a new instance similar to the current one except for theestimation type
.Median
Median. withKthSelector(KthSelector newKthSelector)
Build a new instance similar to the current one except for thekthSelector
instance specifically set.Median
Median. withNaNStrategy(NaNStrategy newNaNStrategy)
Build a new instance similar to the current one except for theNaN handling
strategy.
-