Class PoissonSequenceAgnosticMetrics

java.lang.Object
org.drip.sequence.metrics.SingleSequenceAgnosticMetrics
org.drip.sequence.metrics.PoissonSequenceAgnosticMetrics

public class PoissonSequenceAgnosticMetrics
extends SingleSequenceAgnosticMetrics
PoissonSequenceAgnosticMetrics contains the Sample Distribution Metrics and Agnostic Bounds related to the specified Poisson Sequence.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • PoissonSequenceAgnosticMetrics

      public PoissonSequenceAgnosticMetrics​(double[] adblSequence, double dblPopulationMean) throws java.lang.Exception
      PoissonSequenceAgnosticMetrics Constructor
      Parameters:
      adblSequence - The Random Sequence
      dblPopulationMean - The Mean of the Underlying Distribution
      Throws:
      java.lang.Exception - Thrown if PoissonSequenceAgnosticMetrics cannot be constructed
  • Method Details

    • populationMean

      public double populationMean()
      Retrieve the Mean of the Underlying Distribution
      Overrides:
      populationMean in class SingleSequenceAgnosticMetrics
      Returns:
      The Mean of the Underlying Distribution
    • chernoffStirlingUpperBound

      public double chernoffStirlingUpperBound​(double dblLevel) throws java.lang.Exception
      Compute the Chernoff-Stirling Upper Bound
      Parameters:
      dblLevel - The Level at which the Bound is sought
      Returns:
      The Chernoff-Stirling Upper Bound
      Throws:
      java.lang.Exception - Thrown if the Chernoff-Stirling Upper Bound cannot be computed