Uses of Class
org.drip.spline.params.SegmentBestFitResponse
Package | Description |
---|---|
org.drip.spline.params |
Spline Segment Construction Control Parameters
|
org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
-
Uses of SegmentBestFitResponse in org.drip.spline.params
Methods in org.drip.spline.params that return SegmentBestFitResponse Modifier and Type Method Description SegmentBestFitResponse
SegmentStateCalibrationInputs. bestFitResponse()
Retrieve the Segment Best Fit Responsestatic SegmentBestFitResponse
SegmentBestFitResponse. Create(double[] predictorOrdinateArray, double[] responseValueArray)
Construct the SegmentBestFitResponse Instance from the given Predictor Ordinate/Response Pairs, using Uniform Weightings.static SegmentBestFitResponse
SegmentBestFitResponse. Create(double[] predictorOrdinateArray, double[] responseValueArray, double[] weightArray)
Construct the SegmentBestFitResponse Instance from the given InputsSegmentBestFitResponse
StretchBestFitResponse. sizeToSegment(LatentStateInelastic latentStateInelastic)
Generate the Segment Local Best Fit Weighted Response contained within the specified SegmentConstructors in org.drip.spline.params with parameters of type SegmentBestFitResponse Constructor Description SegmentStateCalibrationInputs(double[] predictorOrdinateArray, double[] responseValueArray, double[] leftEdgeDerivativeArray, double[] rightEdgeDerivativeArray, SegmentBasisFlexureConstraint[] segmentBasisFlexureConstraintArray, SegmentBestFitResponse segmentBestFitResponse)
SegmentStateCalibrationInputs Constructor -
Uses of SegmentBestFitResponse in org.drip.spline.segment
Methods in org.drip.spline.segment with parameters of type SegmentBestFitResponse Modifier and Type Method Description double
LatentStateResponseModel. bestFitDPE(SegmentBestFitResponse segmentBestFitResponse)
Retrieve the Segment Best Fit DPEboolean
LatentStateResponseModel. calibrate(double leftValue, double leftSlope, double rightValue, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the Coefficients from the Edge Response Values and the Left Edge Response Slopeboolean
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, double rightStateValue, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor Ordinateboolean
LatentStateResponseModel. calibrate(LatentStateResponseModel precedingLatentStateResponseModel, SegmentResponseValueConstraint stateSegmentResponseValueConstraint, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness WeightsWengertJacobian
LatentStateResponseModel. jackDCoeffDEdgeParams(double[] predictorOrdinateArray, double[] responseValueArray, double[] leftEdgeDerivativeArray, double[] rightEdgeDerivativeArray, SegmentBasisFlexureConstraint[] segmentBasisFlexureConstraintArray, SegmentBestFitResponse segmentBestFitResponse)
Calibrate the segment and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersWengertJacobian
LatentStateResponseModel. jackDCoeffDEdgeParams(double leftValue, double leftSlope, double rightValue, SegmentBestFitResponse stateSegmentBestFitResponse)
Calibrate the Coefficients from the Edge Response Values and the Left Edge Response Value Slope and calculate the Jacobian of the Segment's Response Basis Function Coefficients to the Edge ParametersWengertJacobian
LatentStateResponseModel. 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 Parametersboolean
LatentStateResponseModel. manifestMeasureSensitivity(java.lang.String manifestMeasure, double leftManifestSensitivity, double leftSlopeManifestSensitivity, double rightManifestSensitivity, SegmentBestFitResponse manifestSensitivitySegmentBestFitResponse)
Compute the Local and the Preceeding Manifest Measure Sensitivity Coefficients from the Local Response Value Sensitivity at the Left/Right Predictor Ordinate, the Local Left Response Value Sensitivity Slope, and the Local Best Fit Response Sensitivity.boolean
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, 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 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 SensitivityConstructors in org.drip.spline.segment with parameters of type SegmentBestFitResponse Constructor Description BestFitFlexurePenalizer(LatentStateInelastic latentStateInelastic, SegmentFlexurePenaltyControl curvatureSegmentFlexurePenaltyControl, SegmentFlexurePenaltyControl lengthSegmentFlexurePenaltyControl, SegmentBestFitResponse segmentBestFitResponse, BasisEvaluator basisEvaluator)
BestFitFlexurePenalizer constructor