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.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    Vertex​(double dblTime, double[] adblValue)
    Vertex Constructor
  • Method Summary

    Modifier and Type Method Description
    double time()
    Retrieve the Evolution Time Instant
    double[] value()
    Retrieve the Realized R^d Variate

    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.Exception
      Vertex Constructor
      Parameters:
      dblTime - The Time Instant
      adblValue - 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