public class PoissonSequenceAgnosticMetrics extends SingleSequenceAgnosticMetrics
Constructor and Description |
---|
PoissonSequenceAgnosticMetrics(double[] adblSequence,
double dblPopulationMean)
PoissonSequenceAgnosticMetrics Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
chernoffStirlingUpperBound(double dblLevel)
Compute the Chernoff-Stirling Upper Bound
|
double |
populationMean()
Retrieve the Mean of the Underlying Distribution
|
centralMomentBound, chebyshevAssociationBound, chebyshevBound, chebyshevCantelliBound, empiricalAnchorMoment, empiricalCentralMoment, empiricalExpectation, empiricalRawMoment, empiricalVariance, functionSequenceMetrics, isPositive, markovUpperProbabilityBound, populationDistribution, populationVariance, sequence, weakLawAverageBounds
public PoissonSequenceAgnosticMetrics(double[] adblSequence, double dblPopulationMean) throws java.lang.Exception
adblSequence
- The Random SequencedblPopulationMean
- The Mean of the Underlying Distributionjava.lang.Exception
- Thrown if PoissonSequenceAgnosticMetrics cannot be constructedpublic double populationMean()
populationMean
in class SingleSequenceAgnosticMetrics
public double chernoffStirlingUpperBound(double dblLevel) throws java.lang.Exception
dblLevel
- The Level at which the Bound is soughtjava.lang.Exception
- Thrown if the Chernoff-Stirling Upper Bound cannot be computed