Class ResponseScalingShapeControl

java.lang.Object
org.drip.spline.params.ResponseScalingShapeControl

public class ResponseScalingShapeControl
extends java.lang.Object
ResponseScalingShapeControl implements the segment level basis functions proportional adjustment to achieve the desired shape behavior of the response. In addition to the actual shape controller function, it interprets whether the control is applied on a local or global predicate ordinate basis.
  • ResponseScalingShapeControl constructor
  • Indicate if the Control is applied on a Local or a Global Predicate Ordinate Basis
  • Retrieve the Shape Control Univariate Function

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    ResponseScalingShapeControl​(boolean isLocal, R1ToR1 shapeControl)
    ResponseScalingShapeControl constructor
  • Method Summary

    Modifier and Type Method Description
    boolean isLocal()
    Indicate if the Control is applied on a Local or a Global Predicate Ordinate Basis
    R1ToR1 shapeController()
    Retrieve the Shape Control Univariate Function

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResponseScalingShapeControl

      public ResponseScalingShapeControl​(boolean isLocal, R1ToR1 shapeControl) throws java.lang.Exception
      ResponseScalingShapeControl constructor
      Parameters:
      isLocal - TRUE - Shape Control is applied on a local segment basis
      shapeControl - - Univariate Shape Controller Function
      Throws:
      java.lang.Exception - Thrown if the Inputs are invalid
  • Method Details

    • isLocal

      public boolean isLocal()
      Indicate if the Control is applied on a Local or a Global Predicate Ordinate Basis
      Returns:
      TRUE - Control is applied on a Local Predicate Ordinate Basis
    • shapeController

      public R1ToR1 shapeController()
      Retrieve the Shape Control Univariate Function
      Returns:
      The Shape Control Univariate Function