Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentBestFitResponse |
SegmentStateCalibration.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(InelasticConstitutiveState ics)
Generate the Segment Local Best Fit Weighted Response contained within the specified Segment
|
Constructor and Description |
---|
SegmentStateCalibration(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSBFC,
SegmentBestFitResponse sbfr)
SegmentStateCalibration Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
ConstitutiveState.bestFitDPE(SegmentBestFitResponse sbfr)
Retrieve the Segment Best Fit DPE
|
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
|
boolean |
ConstitutiveState.calibrate(double dblLeftValue,
double dblLeftQuoteSensitivity,
double dblLeftSlope,
double dblLeftSlopeQuoteSensitivity,
double dblRightValue,
double dblRightQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
Calibrate the Coefficients from the Edge Response Values and the Left Edge Response Slope
|
boolean |
ConstitutiveState.calibrate(SegmentResponseValueConstraint wrvcStateLeft,
SegmentResponseValueConstraint wrvcStateLeftQuoteSensitivity,
double dblLeftSlope,
double dblLeftSlopeQuoteSensitivity,
SegmentResponseValueConstraint wrvcStateRight,
SegmentResponseValueConstraint wrvcStateRightQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
Calibrate the coefficients from the Left Edge Response Value Constraint, the Left Edge Response Value
Slope, and the Right Edge Response Value Constraint
|
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
|
WengertJacobian |
ConstitutiveState.jackDCoeffDEdgeParams(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSIBC,
SegmentBestFitResponse sbfr)
Calibrate the segment and calculate the Jacobian of the Segment's Response Basis Function Coefficients
to the Edge Parameters
|
WengertJacobian |
ConstitutiveState.jackDCoeffDEdgeParams(double dblLeftValue,
double dblLeftQuoteSensitivity,
double dblLeftSlope,
double dblLeftSlopeQuoteSensitivity,
double dblRightValue,
double dblRightQuoteSensitivity,
SegmentBestFitResponse sbfrState,
SegmentBestFitResponse sbfrQuoteSensitivity)
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
|
Constructor and Description |
---|
BestFitFlexurePenalizer(InelasticConstitutiveState ics,
SegmentFlexurePenaltyControl sfpcCurvature,
SegmentFlexurePenaltyControl sfpcLength,
SegmentBestFitResponse sbfr,
BasisEvaluator lbe)
BestFitFlexurePenalizer constructor
|