Package | Description |
---|---|
org.drip.spline.segment | |
org.drip.spline.stretch | |
org.drip.state.estimator |
Modifier and Type | Method and Description |
---|---|
ConstitutiveState |
ConstitutiveState.clipLeftOfPredictorOrdinate(double dblPredictorOrdinate)
Clip the part of the Segment to the Right of the specified Predictor Ordinate.
|
ConstitutiveState |
ConstitutiveState.clipRightOfPredictorOrdinate(double dblPredictorOrdinate)
Clip the part of the Segment to the Left of the specified Predictor Ordinate.
|
static ConstitutiveState |
ConstitutiveState.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
BasisEvaluator be,
SegmentDesignInelasticControl sdic)
Build the ConstitutiveState instance from the Basis Evaluator Set
|
static ConstitutiveState |
ConstitutiveState.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
FunctionSet fs,
ResponseScalingShapeControl rssc,
SegmentDesignInelasticControl sdic)
Build the ConstitutiveState instance from the Basis Function/Shape Controller Set
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConstitutiveState.calibrate(ConstitutiveState csPrev,
double dblRightStateValue,
double dblRightStateQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
Calibrate the coefficients from the prior Segment and the Response Value at the Right Predictor
Ordinate
|
boolean |
ConstitutiveState.calibrate(ConstitutiveState csPrev,
SegmentResponseValueConstraint srvcState,
SegmentResponseValueConstraint srvcQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
Calibrate the coefficients from the prior Predictor/Response Segment, the Constraint, and fitness
Weights
|
WengertJacobian |
ConstitutiveState.jackDCoeffDEdgeParams(ConstitutiveState csPrev,
double dblRightStateValue,
double dblRightStateQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
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
|
Modifier and Type | Method and Description |
---|---|
static ConstitutiveState[] |
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.
|
ConstitutiveState[] |
MultiSegmentSequence.segments()
Retrieve the Stretch Segments
|
ConstitutiveState[] |
CalibratableMultiSegmentSequence.segments() |
Constructor and Description |
---|
CalibratableMultiSegmentSequence(java.lang.String strName,
ConstitutiveState[] aCS,
SegmentCustomBuilderControl[] aSCBC)
CalibratableMultiSegmentSequence constructor - Construct a sequence of Basis Spline Segments
|
Constructor and Description |
---|
CurveStretch(java.lang.String strName,
ConstitutiveState[] aCS,
SegmentCustomBuilderControl[] aSCBC)
CurveStretch constructor - Construct a sequence of Basis Spline Segments
|