public class UnitSequenceAgnosticMetrics extends BoundedSequenceAgnosticMetrics
Constructor and Description |
---|
UnitSequenceAgnosticMetrics(double[] adblSequence,
double dblPopulationMean)
UnitSequenceAgnosticMetrics Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
chernoffBinomialUpperBound(double dblLevel)
Compute the Chernoff Binomial Upper Bound
|
double |
chernoffPoissonUpperBound(double dblLevel)
Compute the Chernoff-Poisson Binomial Upper Bound
|
PivotedDepartureBounds |
karpHagerupRubBounds(double dblLevel)
Compute the Karp/Hagerup/Rub Pivot Departure Bounds outlined below:
- Karp, R.
|
double |
populationMean()
Retrieve the Mean of the Underlying Distribution
|
bennettAverageBounds, bernsteinAverageBounds, chernoffHoeffdingAverageBounds, support
centralMomentBound, chebyshevAssociationBound, chebyshevBound, chebyshevCantelliBound, empiricalAnchorMoment, empiricalCentralMoment, empiricalExpectation, empiricalRawMoment, empiricalVariance, functionSequenceMetrics, isPositive, markovUpperProbabilityBound, populationDistribution, populationVariance, sequence, weakLawAverageBounds
public UnitSequenceAgnosticMetrics(double[] adblSequence, double dblPopulationMean) throws java.lang.Exception
adblSequence
- The Random SequencedblPopulationMean
- The Mean of the Underlying Distributionjava.lang.Exception
- Thrown if UnitSequenceAgnosticMetrics cannot be constructedpublic double populationMean()
populationMean
in class SingleSequenceAgnosticMetrics
public double chernoffBinomialUpperBound(double dblLevel) throws java.lang.Exception
dblLevel
- The Level at which the Bound is soughtjava.lang.Exception
- Thrown if the Chernoff Binomial Upper Bound cannot be computedpublic double chernoffPoissonUpperBound(double dblLevel) throws java.lang.Exception
dblLevel
- The Level at which the Bound is soughtjava.lang.Exception
- Thrown if the Chernoff-Poisson Binomial Upper Bound cannot be computedpublic PivotedDepartureBounds karpHagerupRubBounds(double dblLevel)
dblLevel
- The Level at which the Bound is sought