Package org.drip.measure.joint
Class Vertex
java.lang.Object
org.drip.measure.joint.Vertex
public class Vertex
extends java.lang.Object
Vertex holds the Snapshot Joint Values of the Realized Joint Rd Variate and Time.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd Continuous/Discrete Probability Measures
- Package = Rd Vertex Edge Realization Evolution
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Vertex(double dblTime, double[] adblValue)
Vertex Constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Vertex
public Vertex(double dblTime, double[] adblValue) throws java.lang.ExceptionVertex Constructor- Parameters:
dblTime
- The Time InstantadblValue
- The Realized R^d Variate- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
time
public double time()Retrieve the Evolution Time Instant- Returns:
- The Evolution Time Instant
-
value
public double[] value()Retrieve the Realized R^d Variate- Returns:
- The Realized R^d Variate
-