Class R1ToR1Property

java.lang.Object
org.drip.function.definition.RxToR1Property
org.drip.function.definition.R1ToR1Property

public class R1ToR1Property
extends RxToR1Property
R1ToR1Property evaluates the Specified Pair of R1 To R1 Functions, and verifies the Properties.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • R1ToR1Property

      public R1ToR1Property​(java.lang.String type, R1ToR1 r1ToR1Left, R1ToR1 r1ToR1Right, double mismatchTolerance) throws java.lang.Exception
      R1ToR1Property Constructor
      Parameters:
      type - The Comparator Type
      r1ToR1Left - The Left R1 To R1 Function
      r1ToR1Right - The Right R1 To R1 Function
      mismatchTolerance - The Mismatch Tolerance
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • r1ToR1Left

      public R1ToR1 r1ToR1Left()
      Retrieve the Left R1 To R1 Function
      Returns:
      The Left R1 To R1 Function
    • r1ToR1Right

      public R1ToR1 r1ToR1Right()
      Retrieve the Right R1 To R1 Function
      Returns:
      The Right R1 To R1 Function
    • verify

      public R1PropertyVerification verify​(double x)
      Verify the specified R1 To R1 Functions
      Parameters:
      x - X
      Returns:
      Results of the Verification