public class IntegerSequenceAgnosticMetrics extends SingleSequenceAgnosticMetrics
| Constructor and Description |
|---|
IntegerSequenceAgnosticMetrics(double[] adblSequence,
R1 distPopulation)
Build out the Sequence and their Metrics
|
| Modifier and Type | Method and Description |
|---|---|
double |
probEqualToZeroUpperBound()
Retrieve the Upper Bound on Probability of X = 0
|
double |
probGreaterThanZeroUpperBound()
Retrieve the Upper Bound on Probability of X gt 0
|
centralMomentBound, chebyshevAssociationBound, chebyshevBound, chebyshevCantelliBound, empiricalAnchorMoment, empiricalCentralMoment, empiricalExpectation, empiricalRawMoment, empiricalVariance, functionSequenceMetrics, isPositive, markovUpperProbabilityBound, populationDistribution, populationMean, populationVariance, sequence, weakLawAverageBoundspublic IntegerSequenceAgnosticMetrics(double[] adblSequence,
R1 distPopulation)
throws java.lang.Exception
adblSequence - Array of Sequence EntriesdistPopulation - The True Underlying Generator Distribution of the Populationjava.lang.Exception - Thrown if the Inputs are Invalidpublic double probGreaterThanZeroUpperBound()
public double probEqualToZeroUpperBound()