Package | Description |
---|---|
org.hipparchus.stat.descriptive.rank |
Summary statistics based on ranks.
|
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 the
estimation type . |
Median |
Median.withKthSelector(KthSelector newKthSelector) |
Build a new instance similar to the current one except for the
kthSelector instance specifically set. |
Median |
Median.withNaNStrategy(NaNStrategy newNaNStrategy) |
Build a new instance similar to the current one except for the
NaN handling strategy. |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.