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 class
GlobalControlCurveParams
GlobalControlCurveParams contains the Parameters controlling multiple Stretches in a Curve.class
LocalControlCurveParams
LocalControlCurveParams 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 class
LinearLatentStateCalibrator
LinearLatentStateCalibrator calibrates/constructs the Latent State Stretch/Span from the calibration instrument details.