Uses of Class
org.drip.spline.params.SegmentResponseValueConstraint
Package | Description |
---|---|
org.drip.spline.params |
Spline Segment Construction Control Parameters
|
org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
org.drip.spline.stretch |
Multi-Segment Sequence Spline Stretch
|
-
Uses of SegmentResponseValueConstraint in org.drip.spline.params
Methods in org.drip.spline.params that return SegmentResponseValueConstraint Modifier and Type Method Description SegmentResponseValueConstraint
ResponseValueSensitivityConstraint. base()
Retrieve the base SegmentResponseValueConstraint Instancestatic SegmentResponseValueConstraint
SegmentResponseValueConstraint. FromPredictorResponsePair(double predictorOrdinate, double responseValue)
Generate a SegmentResponseValueConstraint instance from the given predictor/response pair.SegmentResponseValueConstraint
SegmentResponseConstraintSet. getBase()
Retrieve the Base Segment Response Value ConstraintSegmentResponseValueConstraint
SegmentResponseConstraintSet. getSensitivity()
Retrieve the Base Segment Response Value Constraint SensitivitySegmentResponseValueConstraint
ResponseValueSensitivityConstraint. manifestMeasureSensitivity(java.lang.String manifestMeasure)
Retrieve the SegmentResponseValueConstraint Instance Specified by the Manifest MeasureMethods in org.drip.spline.params with parameters of type SegmentResponseValueConstraint Modifier and Type Method Description boolean
SegmentResponseConstraintSet. addBase(SegmentResponseValueConstraint baseSegmentResponseValueConstraint)
Add the Base Segment Response Value Constraintboolean
ResponseValueSensitivityConstraint. addManifestMeasureSensitivity(java.lang.String manifestMeasure, SegmentResponseValueConstraint segmentResponseValueConstraint)
Add the SegmentResponseValueConstraint Instance corresponding to the specified Manifest Measureboolean
SegmentResponseConstraintSet. addSensitivity(SegmentResponseValueConstraint sensitivitySegmentResponseValueConstraint)
Add the Base Segment Response Value Constraint SensitivityConstructors in org.drip.spline.params with parameters of type SegmentResponseValueConstraint Constructor Description ResponseValueSensitivityConstraint(SegmentResponseValueConstraint baseSegmentResponseValueConstraint)
ResponseValueSensitivityConstraint constructor -
Uses of SegmentResponseValueConstraint in org.drip.spline.segment
Methods in org.drip.spline.segment with parameters of type SegmentResponseValueConstraint Modifier and Type Method Description boolean
LatentStateResponseModel. calibrate(SegmentResponseValueConstraint leftStateSegmentResponseValueConstraint, double leftSlope, SegmentResponseValueConstraint rightStateSegmentResponseValueConstraint, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the coefficients from the Left Edge Response Value Constraint, the Left Edge Response Value Slope, and the Right Edge Response Value Constraintboolean
LatentStateResponseModel. calibrate(LatentStateResponseModel precedingLatentStateResponseModel, SegmentResponseValueConstraint stateSegmentResponseValueConstraint, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness Weightsboolean
LatentStateResponseModel. manifestMeasureSensitivity(java.lang.String manifestMeasure, SegmentResponseValueConstraint stateLeftSegmentResponseValueConstraint, SegmentResponseValueConstraint stateRightSegmentResponseValueConstraint, double leftSlopeManifestSensitivity, SegmentResponseValueConstraint stateLeftManifestSensitivitySegmentResponseValueConstraint, SegmentResponseValueConstraint stateRightManifestSensitivitySegmentResponseValueConstraint, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)
Compute the Local and the Preceeding Manifest Measure Sensitivity Coefficients from the Local Response Value/Sensitivity Constraints at the Left/Right Predictor Ordinate, the Local Left Response Value Sensitivity Slope, and the Local Best Fit Response Sensitivityboolean
LatentStateResponseModel. manifestMeasureSensitivity(LatentStateResponseModel precedingLatentStateResponseModel, java.lang.String manifestMeasure, SegmentResponseValueConstraint stateSegmentResponseValueConstraint, SegmentResponseValueConstraint manifestSensitivitySegmentResponseValueConstraint, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)
Compute the Local and the Preceding Manifest Measure Sensitivity Coefficients from the Preceding Segment, the Local Response Value, the Local Response Value Manifest Measure Sensitivity, and the Local Best Fit Response Sensitivity -
Uses of SegmentResponseValueConstraint in org.drip.spline.stretch
Methods in org.drip.spline.stretch with parameters of type SegmentResponseValueConstraint Modifier and Type Method Description static MultiSegmentSequence
MultiSegmentSequenceModifier. AppendSegment(MultiSegmentSequence inputMultiSegmentSequence, double predictorOrdinateAppendRight, SegmentResponseValueConstraint segmentResponseValueConstraint, SegmentCustomBuilderControl segmentCustomBuilderControl, BoundarySettings boundarySettings, int calibrationDetail)
Append a Segment to the Right of the Specified Stretch using the Supplied Constraintstatic MultiSegmentSequence
MultiSegmentSequenceBuilder. CreateCalibratedStretchEstimator(java.lang.String name, double[] predictorOrdinateArray, double stretchLeftResponseValue, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, SegmentCustomBuilderControl[] segmentCustomBuilderControlArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)
Create a calibrated Stretch Instance over the specified Predictor Ordinates, Response Values, and their Constraints, using the specified Segment Builder Parameters.static MultiSegmentSequence
MultiSegmentSequenceBuilder. CreateCalibratedStretchEstimator(java.lang.String name, double[] predictorOrdinateArray, SegmentResponseValueConstraint stretchLeftSegmentResponseValueConstraint, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, SegmentCustomBuilderControl[] segmentCustomBuilderControlArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)
Create a calibrated Stretch Instance over the specified Predictor Ordinates and the Response Value Constraints, with the Segment Builder Parameters.boolean
CalibratableMultiSegmentSequence. resetNode(int predictorOrdinateIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)
boolean
SingleSegmentLagrangePolynomial. resetNode(int predictorOrdinateNodeIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)
boolean
SingleSegmentSequence. resetNode(int nodeIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)
Reset the Predictor Ordinate Node Index with the given Segment Constraintboolean
CalibratableMultiSegmentSequence. setup(double leftStretchResponseValue, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings bBoundarySettings, int calibrationDetail)
boolean
CalibratableMultiSegmentSequence. setup(SegmentResponseValueConstraint leadingSegmentResponseValueConstraint, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)
boolean
MultiSegmentSequence. setup(double stretchLeftResponseValue, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)
Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Left Edge Response and the Target Constraints.boolean
MultiSegmentSequence. setup(SegmentResponseValueConstraint leadingSegmentResponseValueConstraint, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)
Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Left Edge and the Target Constraints.boolean
CalibratableMultiSegmentSequence. setupHermite(SegmentPredictorResponseDerivative[] leftSegmentPredictorResponseDerivativeArray, SegmentPredictorResponseDerivative[] rightSegmentPredictorResponseDerivativeArray, SegmentResponseValueConstraint[][] segmentResponseValueConstraintGrid, StretchBestFitResponse sbfr, int iSetupMode)
boolean
MultiSegmentSequence. setupHermite(SegmentPredictorResponseDerivative[] leftSegmentPredictorResponseDerivativeArray, SegmentPredictorResponseDerivative[] rightSegmentPredictorResponseDerivativeArray, SegmentResponseValueConstraint[][] segmentResponseValueConstraintGrid, StretchBestFitResponse stretchBestFitResponse, int setupMode)
Set up (i.e., calibrate) the individual Segment in the Stretch to the Target Segment Edge Values and Constraints.Constructors in org.drip.spline.stretch with parameters of type SegmentResponseValueConstraint Constructor Description CkSegmentSequenceBuilder(SegmentResponseValueConstraint leadingSegmentResponseValueConstraint, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings)
CkSegmentSequenceBuilder constructor