Package org.drip.sample.sequence
Class IntegerRandomSequenceBound
java.lang.Object
org.drip.sample.sequence.IntegerRandomSequenceBound
public class IntegerRandomSequenceBound
extends java.lang.Object
IntegerRandomSequenceBound demonstrates the Computation of the Probabilistic Bounds for a Sample
Random Integer 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 IntegerRandomSequenceBound()
-
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
-
IntegerRandomSequenceBound
public IntegerRandomSequenceBound()
-
-
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
-