Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment | |
org.drip.spline.stretch |
Modifier and Type | Method and Description |
---|---|
static SegmentResponseValueConstraint |
SegmentResponseValueConstraint.FromPredictorResponsePair(double dblPredictorOrdinate,
double dblResponseValue)
Generate a SegmentResponseValueConstraint instance from the given predictor/response pair.
|
SegmentResponseValueConstraint |
SegmentResponseConstraintSet.getBase()
Retrieve the Base Segment Response Value Constraint
|
SegmentResponseValueConstraint |
SegmentResponseConstraintSet.getSensitivity()
Retrieve the Base Segment Response Value Constraint Sensitivity
|
Modifier and Type | Method and Description |
---|---|
boolean |
SegmentResponseConstraintSet.addBase(SegmentResponseValueConstraint srvcBase)
Add the Base Segment Response Value Constraint
|
boolean |
SegmentResponseConstraintSet.addSensitivity(SegmentResponseValueConstraint srvcSensitivity)
Add the Base Segment Response Value Constraint Sensitivity
|
Modifier and Type | Method and Description |
---|---|
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(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
|
Modifier and Type | Method and Description |
---|---|
static MultiSegmentSequence |
MultiSegmentSequenceModifier.AppendSegment(MultiSegmentSequence mssIn,
double dblPredictorOrdinateAppendRight,
SegmentResponseValueConstraint srvc,
SegmentCustomBuilderControl scbc,
BoundarySettings bs,
int iCalibrationDetail)
Append a Segment to the Right of the Specified Stretch using the Supplied Constraint
|
static MultiSegmentSequence |
MultiSegmentSequenceBuilder.CreateCalibratedStretchEstimator(java.lang.String strName,
double[] adblPredictorOrdinate,
double dblStretchLeftResponseValue,
SegmentResponseValueConstraint[] aSRVC,
SegmentCustomBuilderControl[] aSCBC,
StretchBestFitResponse rbfr,
BoundarySettings bs,
int iCalibrationDetail)
Create a calibrated Stretch Instance over the specified Predictor Ordinates, Response Values, and their
Constraints, using the specified Segment Builder Parameters.
|
static MultiSegmentSequence |
MultiSegmentSequenceBuilder.CreateCalibratedStretchEstimator(java.lang.String strName,
double[] adblPredictorOrdinate,
SegmentResponseValueConstraint srvcStretchLeft,
SegmentResponseValueConstraint[] aSRVC,
SegmentCustomBuilderControl[] aSCBC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail)
Create a calibrated Stretch Instance over the specified Predictor Ordinates and the Response Value
Constraints, with the Segment Builder Parameters.
|
static MultiSegmentSequence |
MultiSegmentSequenceBuilder.CreateCalibratedStretchEstimator(java.lang.String strName,
double[] adblPredictorOrdinate,
SegmentResponseValueConstraint srvcStretchLeft,
SegmentResponseValueConstraint[] aSRVC,
SegmentCustomBuilderControl[] aSCBC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail)
Create a calibrated Stretch Instance over the specified Predictor Ordinates and the Response Value
Constraints, with the Segment Builder Parameters.
|
boolean |
SingleSegmentSequence.resetNode(int iNodeIndex,
SegmentResponseValueConstraint srvcReset)
Reset the Predictor Ordinate Node Index with the given Segment Constraint
|
boolean |
SingleSegmentLagrangePolynomial.resetNode(int iPredictorOrdinateNodeIndex,
SegmentResponseValueConstraint sprcReset) |
boolean |
CalibratableMultiSegmentSequence.resetNode(int iPredictorOrdinateIndex,
SegmentResponseValueConstraint srvcReset) |
boolean |
MultiSegmentSequence.setup(double dblStretchLeftResponseValue,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail)
Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Left Edge Response and
the Target Constraints.
|
boolean |
CalibratableMultiSegmentSequence.setup(double dblLeftStretchResponseValue,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail) |
boolean |
MultiSegmentSequence.setup(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail)
Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Left Edge and the Target
Constraints.
|
boolean |
MultiSegmentSequence.setup(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail)
Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Left Edge and the Target
Constraints.
|
boolean |
CalibratableMultiSegmentSequence.setup(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail) |
boolean |
CalibratableMultiSegmentSequence.setup(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse sbfr,
BoundarySettings bs,
int iCalibrationDetail) |
boolean |
MultiSegmentSequence.setupHermite(SegmentPredictorResponseDerivative[] aSPRDLeft,
SegmentPredictorResponseDerivative[] aSPRDRight,
SegmentResponseValueConstraint[][] aaSRVC,
StretchBestFitResponse sbfr,
int iSetupMode)
Set up (i.e., calibrate) the individual Segment in the Stretch to the Target Segment Edge Values and
Constraints.
|
boolean |
CalibratableMultiSegmentSequence.setupHermite(SegmentPredictorResponseDerivative[] aSPRDLeft,
SegmentPredictorResponseDerivative[] aSPRDRight,
SegmentResponseValueConstraint[][] aaSRVC,
StretchBestFitResponse sbfr,
int iSetupMode) |
Constructor and Description |
---|
CkSegmentSequenceBuilder(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse rbfr,
BoundarySettings bs)
CkSegmentSequenceBuilder constructor
|
CkSegmentSequenceBuilder(SegmentResponseValueConstraint srvcLeading,
SegmentResponseValueConstraint[] aSRVC,
StretchBestFitResponse rbfr,
BoundarySettings bs)
CkSegmentSequenceBuilder constructor
|