Package org.drip.spline.params
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 BasisR1ToR1
shapeController()
Retrieve the Shape Control Univariate FunctionMethods 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.ExceptionResponseScalingShapeControl constructor- Parameters:
isLocal
- TRUE - Shape Control is applied on a local segment basisshapeControl
- - 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
Retrieve the Shape Control Univariate Function- Returns:
- The Shape Control Univariate Function
-