public final class ConfidenceInterval extends Object
Constructor and Description |
---|
ConfidenceInterval() |
Modifier and Type | Method and Description |
---|---|
static String |
getConfidenceInterval(int n,
double p)
Computes the confidence interval "lowerboud,upperbound"
|
public static String getConfidenceInterval(int n, double p)
n
- number of observationp
- expected probabilityCopyright © 2005–2020. All rights reserved.