public class Count extends Object
| Constructor and Description |
|---|
Count() |
| Modifier and Type | Method and Description |
|---|---|
static double |
cumulativeProbability(List<Double> values,
double quantile) |
static double |
inverseCumulativeProbability(List<Double> values,
double percentage) |
static Interval |
quantileRange(List<Double> values,
double p_lo,
double p_hi) |
Copyright © 2017. All rights reserved.