Uses of Class
org.drip.spline.segment.LatentStateResponseModel
| Package | Description |
|---|---|
| org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
| org.drip.spline.stretch |
Multi-Segment Sequence Spline Stretch
|
| org.drip.state.estimator |
Multi-Pass Customized Stretch Curve
|
-
Uses of LatentStateResponseModel in org.drip.spline.segment
Methods in org.drip.spline.segment that return LatentStateResponseModel Modifier and Type Method Description LatentStateResponseModelLatentStateResponseModel. clipLeftOfPredictorOrdinate(double predictorOrdinate)Clip the part of the Segment to the Right of the specified Predictor Ordinate.LatentStateResponseModelLatentStateResponseModel. clipRightOfPredictorOrdinate(double predictorOrdinate)Clip the part of the Segment to the Right of the specified Predictor Ordinate.static LatentStateResponseModelLatentStateResponseModel. Create(double leftPredictorOrdinate, double rightPredictorOrdinate, FunctionSet functionSet, ResponseScalingShapeControl responseScalingShapeControl, SegmentInelasticDesignControl segmentInelasticDesignControl)Build the LatentStateResponseModel instance from the Basis Function/Shape Controller Setstatic LatentStateResponseModelLatentStateResponseModel. Create(double leftPredictorOrdinate, double rightPredictorOrdinate, BasisEvaluator basisEvaluator, SegmentInelasticDesignControl segmentInelasticDesignControl)Build the LatentStateResponseModel instance from the Basis Evaluator SetMethods in org.drip.spline.segment with parameters of type LatentStateResponseModel Modifier and Type Method Description booleanLatentStateResponseModel. calibrate(LatentStateResponseModel precedingLatentStateResponseModel, double rightStateValue, SegmentBestFitResponse stateSegmentBestFitResponse)Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor OrdinatebooleanLatentStateResponseModel. calibrate(LatentStateResponseModel precedingLatentStateResponseModel, SegmentResponseValueConstraint stateSegmentResponseValueConstraint, SegmentBestFitResponse stateSegmentBestFitResponse)Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness WeightsWengertJacobianLatentStateResponseModel. jackDCoeffDEdgeParams(LatentStateResponseModel precedingLatentStateResponseModel, java.lang.String manifestMeasure, double rightStateValue, SegmentBestFitResponse stateSegmentBestFitResponse, double rightStateManifestSensitivity, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor Ordinate and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersbooleanLatentStateResponseModel. manifestMeasureSensitivity(LatentStateResponseModel precedingLatentStateResponseModel, java.lang.String manifestMeasure, double rightStateManifestSensitivity, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)Compute the Local and the Preceding Manifest Measure Sensitivity Coefficients from the Preceding Segments, the Local Response Value Sensitivity at the Right Predictor Ordinate, 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 LatentStateResponseModel in org.drip.spline.stretch
Methods in org.drip.spline.stretch that return LatentStateResponseModel Modifier and Type Method Description static LatentStateResponseModel[]MultiSegmentSequenceBuilder. CreateSegmentSet(double[] predictorOrdinateArray, SegmentCustomBuilderControl[] segmentCustomBuilderControlArray)Create an uncalibrated Stretch instance over the specified Predictor Ordinate Array using the specified Basis Spline Parameters for the Segment.LatentStateResponseModel[]CalibratableMultiSegmentSequence. segments()LatentStateResponseModel[]MultiSegmentSequence. segments()Retrieve the Stretch SegmentsConstructors in org.drip.spline.stretch with parameters of type LatentStateResponseModel Constructor Description CalibratableMultiSegmentSequence(java.lang.String name, LatentStateResponseModel[] latentStateResponseModelArray, SegmentCustomBuilderControl[] segmentCustomBuilderControlArray)CalibratableMultiSegmentSequence constructor - Construct a sequence of Basis Spline Segments -
Uses of LatentStateResponseModel in org.drip.state.estimator
Constructors in org.drip.state.estimator with parameters of type LatentStateResponseModel Constructor Description CurveStretch(java.lang.String name, LatentStateResponseModel[] latentStateResponseModelArray, SegmentCustomBuilderControl[] segmentCustomBuilderControlArray)CurveStretch constructor - Construct a sequence of Basis Spline Segments