Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentBestFitResponse |
SegmentStateCalibrationInputs.bestFitResponse()
Retrieve the Segment Best Fit Response
|
static SegmentBestFitResponse |
SegmentBestFitResponse.Create(double[] adblPredictorOrdinate,
double[] adblResponseValue)
Construct the SegmentBestFitResponse Instance from the given Predictor Ordinate/Response Pairs, using
Uniform Weightings.
|
static SegmentBestFitResponse |
SegmentBestFitResponse.Create(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblWeight)
Construct the SegmentBestFitResponse Instance from the given Inputs
|
SegmentBestFitResponse |
StretchBestFitResponse.sizeToSegment(LatentStateInelastic ics)
Generate the Segment Local Best Fit Weighted Response contained within the specified Segment
|
Constructor and Description |
---|
SegmentStateCalibrationInputs(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSBFC,
SegmentBestFitResponse sbfr)
SegmentStateCalibrationInputs Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
LatentStateResponseModel.bestFitDPE(SegmentBestFitResponse sbfr)
Retrieve the Segment Best Fit DPE
|
boolean |
LatentStateResponseModel.calibrate(double dblLeftValue,
double dblLeftSlope,
double dblRightValue,
SegmentBestFitResponse sbfrState)
Calibrate the Coefficients from the Edge Response Values and the Left Edge Response Slope
|
boolean |
LatentStateResponseModel.calibrate(LatentStateResponseModel csPreceeding,
double dblRightStateValue,
SegmentBestFitResponse sbfrState)
Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor
Ordinate
|
boolean |
LatentStateResponseModel.calibrate(LatentStateResponseModel csPreceeding,
SegmentResponseValueConstraint srvcState,
SegmentBestFitResponse sbfrState)
Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness
Weights
|
boolean |
LatentStateResponseModel.calibrate(SegmentResponseValueConstraint wrvcStateLeft,
double dblLeftSlope,
SegmentResponseValueConstraint wrvcStateRight,
SegmentBestFitResponse sbfrState)
Calibrate the coefficients from the Left Edge Response Value Constraint, the Left Edge Response Value
Slope, and the Right Edge Response Value Constraint
|
WengertJacobian |
LatentStateResponseModel.jackDCoeffDEdgeParams(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSBFC,
SegmentBestFitResponse sbfr)
Calibrate the segment and calculate the Jacobian of the Segment's Response Basis Function Coefficients
to the Edge Parameters
|
WengertJacobian |
LatentStateResponseModel.jackDCoeffDEdgeParams(double dblLeftValue,
double dblLeftSlope,
double dblRightValue,
SegmentBestFitResponse sbfrState)
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 Parameters
|
WengertJacobian |
LatentStateResponseModel.jackDCoeffDEdgeParams(LatentStateResponseModel csPreceeding,
java.lang.String strManifestMeasure,
double dblRightStateValue,
SegmentBestFitResponse sbfrState,
double dblRightStateManifestSensitivity,
SegmentBestFitResponse sbfrManifestSensitivity)
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
Parameters
|
boolean |
LatentStateResponseModel.manifestMeasureSensitivity(LatentStateResponseModel csPreceeding,
java.lang.String strManifestMeasure,
double dblRightStateManifestSensitivity,
SegmentBestFitResponse sbfrManifestSensitivity)
Compute the Local and the Preceeding Manifest Measure Sensitivity Coefficients from the Preceeding
Segments, the Local Response Value Sensitivity at the Right Predictor Ordinate, and the Local Best
Fit Response Sensitivity
|
boolean |
LatentStateResponseModel.manifestMeasureSensitivity(LatentStateResponseModel csPreceeding,
java.lang.String strManifestMeasure,
SegmentResponseValueConstraint srvcState,
SegmentResponseValueConstraint srvcManifestSensitivity,
SegmentBestFitResponse sbfrManifestSensitivity)
Compute the Local and the Preceeding Manifest Measure Sensitivity Coefficients from the Preceeding
Segment, the Local Response Value, the Local Response Value Manifest Measure Sensitivity, and the
Local Best Fit Response Sensitivity
|
boolean |
LatentStateResponseModel.manifestMeasureSensitivity(java.lang.String strManifestMeasure,
double dblLeftManifestSensitivity,
double dblLeftSlopeManifestSensitivity,
double dblRightManifestSensitivity,
SegmentBestFitResponse sbfrManifestSensitivity)
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 strManifestMeasure,
SegmentResponseValueConstraint wrvcStateLeft,
SegmentResponseValueConstraint wrvcStateRight,
double dblLeftSlopeManifestSensitivity,
SegmentResponseValueConstraint wrvcStateLeftManifestSensitivity,
SegmentResponseValueConstraint wrvcStateRightManifestSensitivity,
SegmentBestFitResponse sbfrManifestSensitivity)
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 Sensitivity
|
Constructor and Description |
---|
BestFitFlexurePenalizer(LatentStateInelastic ics,
SegmentFlexurePenaltyControl sfpcCurvature,
SegmentFlexurePenaltyControl sfpcLength,
SegmentBestFitResponse sbfr,
BasisEvaluator lbe)
BestFitFlexurePenalizer constructor
|