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