Package | Description |
---|---|
org.apache.commons.math3.stat.descriptive.rank |
Summary statistics based on ranks.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
Median(Median original)
Copy constructor, creates a new
Median identical
to the original |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.