Package | Description |
---|---|
org.drip.spline.segment | |
org.drip.spline.stretch | |
org.drip.state.estimator |
Modifier and Type | Method and Description |
---|---|
LatentStateResponseModel |
LatentStateResponseModel.clipLeftOfPredictorOrdinate(double dblPredictorOrdinate)
Clip the part of the Segment to the Right of the specified Predictor Ordinate.
|
LatentStateResponseModel |
LatentStateResponseModel.clipRightOfPredictorOrdinate(double dblPredictorOrdinate)
Clip the part of the Segment to the Right of the specified Predictor Ordinate.
|
static LatentStateResponseModel |
LatentStateResponseModel.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
BasisEvaluator be,
SegmentInelasticDesignControl sidc)
Build the LatentStateResponseModel instance from the Basis Evaluator Set
|
static LatentStateResponseModel |
LatentStateResponseModel.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
FunctionSet fs,
ResponseScalingShapeControl rssc,
SegmentInelasticDesignControl sidc)
Build the LatentStateResponseModel instance from the Basis Function/Shape Controller Set
|
Modifier and Type | Method and Description |
---|---|
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
|
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
|
Modifier and Type | Method and Description |
---|---|
static LatentStateResponseModel[] |
MultiSegmentSequenceBuilder.CreateSegmentSet(double[] adblPredictorOrdinate,
SegmentCustomBuilderControl[] aSCBC)
Create an uncalibrated Stretch instance over the specified Predictor Ordinate Array using the
specified Basis Spline Parameters for the Segment.
|
LatentStateResponseModel[] |
MultiSegmentSequence.segments()
Retrieve the Stretch Segments
|
LatentStateResponseModel[] |
CalibratableMultiSegmentSequence.segments() |
Constructor and Description |
---|
CalibratableMultiSegmentSequence(java.lang.String strName,
LatentStateResponseModel[] aCS,
SegmentCustomBuilderControl[] aSCBC)
CalibratableMultiSegmentSequence constructor - Construct a sequence of Basis Spline Segments
|
Constructor and Description |
---|
CurveStretch(java.lang.String strName,
LatentStateResponseModel[] aCS,
SegmentCustomBuilderControl[] aSCBC)
CurveStretch constructor - Construct a sequence of Basis Spline Segments
|