|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Percentile | |
---|---|
org.apache.commons.math3.stat.descriptive.rank | Summary statistics based on ranks. |
Uses of Percentile in org.apache.commons.math3.stat.descriptive.rank |
---|
Subclasses of Percentile in org.apache.commons.math3.stat.descriptive.rank | |
---|---|
class |
Median
Returns the median of the available values. |
Methods in org.apache.commons.math3.stat.descriptive.rank that return Percentile | |
---|---|
Percentile |
Percentile.copy()
Returns a copy of the statistic with the same internal state. |
Methods in org.apache.commons.math3.stat.descriptive.rank with parameters of type Percentile | |
---|---|
static void |
Percentile.copy(Percentile source,
Percentile dest)
Copies source to dest. |
Constructors in org.apache.commons.math3.stat.descriptive.rank with parameters of type Percentile | |
---|---|
Percentile(Percentile original)
Copy constructor, creates a new Percentile identical
to the original |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |