Package org.drip.sample.sequence
Class PoissonRandomSequenceBound
java.lang.Object
org.drip.sample.sequence.PoissonRandomSequenceBound
public class PoissonRandomSequenceBound
extends java.lang.Object
PoissonRandomSequenceBound demonstrates the Computation of the Probabilistic Bounds for a Sample
Random Poisson Sequence.
- Module = Computational Core Module
- Library = Statistical Learning
- Project = DROP API Construction and Usage
- Package = IID Dual Poisson Sequence Bound
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description PoissonRandomSequenceBound()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PoissonRandomSequenceBound
public PoissonRandomSequenceBound()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionEntry Point- Parameters:
args
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-