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 SegmentResponseValueConstraintResponseValueSensitivityConstraint. base()Retrieve the base SegmentResponseValueConstraint Instancestatic SegmentResponseValueConstraintSegmentResponseValueConstraint. FromPredictorResponsePair(double predictorOrdinate, double responseValue)Generate a SegmentResponseValueConstraint instance from the given predictor/response pair.SegmentResponseValueConstraintSegmentResponseConstraintSet. getBase()Retrieve the Base Segment Response Value ConstraintSegmentResponseValueConstraintSegmentResponseConstraintSet. getSensitivity()Retrieve the Base Segment Response Value Constraint SensitivitySegmentResponseValueConstraintResponseValueSensitivityConstraint. 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 booleanSegmentResponseConstraintSet. addBase(SegmentResponseValueConstraint baseSegmentResponseValueConstraint)Add the Base Segment Response Value ConstraintbooleanResponseValueSensitivityConstraint. addManifestMeasureSensitivity(java.lang.String manifestMeasure, SegmentResponseValueConstraint segmentResponseValueConstraint)Add the SegmentResponseValueConstraint Instance corresponding to the specified Manifest MeasurebooleanSegmentResponseConstraintSet. 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 booleanLatentStateResponseModel. 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 ConstraintbooleanLatentStateResponseModel. calibrate(LatentStateResponseModel precedingLatentStateResponseModel, SegmentResponseValueConstraint stateSegmentResponseValueConstraint, SegmentBestFitResponse stateSegmentBestFitResponse)Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness WeightsbooleanLatentStateResponseModel. 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 SensitivitybooleanLatentStateResponseModel. 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 MultiSegmentSequenceMultiSegmentSequenceModifier. 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 MultiSegmentSequenceMultiSegmentSequenceBuilder. 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 MultiSegmentSequenceMultiSegmentSequenceBuilder. 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.booleanCalibratableMultiSegmentSequence. resetNode(int predictorOrdinateIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)booleanSingleSegmentLagrangePolynomial. resetNode(int predictorOrdinateNodeIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)booleanSingleSegmentSequence. resetNode(int nodeIndex, SegmentResponseValueConstraint resetSegmentResponseValueConstraint)Reset the Predictor Ordinate Node Index with the given Segment ConstraintbooleanCalibratableMultiSegmentSequence. setup(double leftStretchResponseValue, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings bBoundarySettings, int calibrationDetail)booleanCalibratableMultiSegmentSequence. setup(SegmentResponseValueConstraint leadingSegmentResponseValueConstraint, SegmentResponseValueConstraint[] segmentResponseValueConstraintArray, StretchBestFitResponse stretchBestFitResponse, BoundarySettings boundarySettings, int calibrationDetail)booleanMultiSegmentSequence. 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.booleanMultiSegmentSequence. 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.booleanCalibratableMultiSegmentSequence. setupHermite(SegmentPredictorResponseDerivative[] leftSegmentPredictorResponseDerivativeArray, SegmentPredictorResponseDerivative[] rightSegmentPredictorResponseDerivativeArray, SegmentResponseValueConstraint[][] segmentResponseValueConstraintGrid, StretchBestFitResponse sbfr, int iSetupMode)booleanMultiSegmentSequence. 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