Uses of Class
org.drip.spline.params.ResponseScalingShapeControl
Package | Description |
---|---|
org.drip.spline.params |
Spline Segment Construction Control Parameters
|
org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
-
Uses of ResponseScalingShapeControl in org.drip.spline.params
Methods in org.drip.spline.params that return ResponseScalingShapeControl Modifier and Type Method Description ResponseScalingShapeControl
SegmentCustomBuilderControl. shapeController()
Retrieve the Segment Shape ControllerConstructors in org.drip.spline.params with parameters of type ResponseScalingShapeControl Constructor Description SegmentCustomBuilderControl(java.lang.String basisSpline, FunctionSetBuilderParams functionSetBuilderParams, SegmentInelasticDesignControl segmentInelasticDesignControl, ResponseScalingShapeControl responseScalingShapeControl, PreceedingManifestSensitivityControl preceedingManifestSensitivityControl)
SegmentCustomBuilderControl constructor -
Uses of ResponseScalingShapeControl in org.drip.spline.segment
Methods in org.drip.spline.segment with parameters of type ResponseScalingShapeControl Modifier and Type Method Description static LatentStateResponseModel
LatentStateResponseModel. Create(double leftPredictorOrdinate, double rightPredictorOrdinate, FunctionSet functionSet, ResponseScalingShapeControl responseScalingShapeControl, SegmentInelasticDesignControl segmentInelasticDesignControl)
Build the LatentStateResponseModel instance from the Basis Function/Shape Controller SetConstructors in org.drip.spline.segment with parameters of type ResponseScalingShapeControl Constructor Description SegmentBasisEvaluator(FunctionSet functionSet, ResponseScalingShapeControl responseScalingShapeControl)
SegmentBasisEvaluator constructor