Uses of Class
org.drip.state.estimator.SmoothingCurveStretchParams
| Package | Description |
|---|---|
| org.drip.state.estimator |
Multi-Pass Customized Stretch Curve
|
| org.drip.state.inference |
Latent State Stretch Sequence Inference
|
-
Uses of SmoothingCurveStretchParams in org.drip.state.estimator
Subclasses of SmoothingCurveStretchParams in org.drip.state.estimator Modifier and Type Class Description classGlobalControlCurveParamsGlobalControlCurveParams contains the Parameters controlling multiple Stretches in a Curve.classLocalControlCurveParamsLocalControlCurveParams enhances the SmoothingCurveStretchParams to produce locally customized curve smoothing. -
Uses of SmoothingCurveStretchParams in org.drip.state.inference
Subclasses of SmoothingCurveStretchParams in org.drip.state.inference Modifier and Type Class Description classLinearLatentStateCalibratorLinearLatentStateCalibrator calibrates/constructs the Latent State Stretch/Span from the calibration instrument details.