public class PoissonBounds
extends Object
Constructor and Description |
---|
PoissonBounds() |
Modifier and Type | Method and Description |
---|---|
static double |
getLowerBound(double s)
Returns a lambda such that Pr[X > s] is very small, where X ~ Pois(lambda).
|
static double |
getUpperBound(double s)
Returns a lambda such that Pr[X < s] is very small, where X ~ Pois(lambda).
|
public static double getLowerBound(double s)
s
- (undocumented)public static double getUpperBound(double s)
s
- sample size