Uses of Interface
org.drip.spline.stretch.SingleSegmentSequence
| Package | Description |
|---|---|
| org.drip.spline.stretch |
Multi-Segment Sequence Spline Stretch
|
| org.drip.state.estimator |
Multi-Pass Customized Stretch Curve
|
-
Uses of SingleSegmentSequence in org.drip.spline.stretch
Subinterfaces of SingleSegmentSequence in org.drip.spline.stretch Modifier and Type Interface Description interfaceMultiSegmentSequenceMultiSegmentSequence is the interface that exposes functionality that spans multiple segments.Classes in org.drip.spline.stretch that implement SingleSegmentSequence Modifier and Type Class Description classCalibratableMultiSegmentSequenceCalibratableMultiSegmentSequence implements the MultiSegmentSequence span that spans multiple segments.classSingleSegmentLagrangePolynomialSingleSegmentLagrangePolynomial implements the SingleSegmentSequence Stretch interface using the Lagrange Polynomial Estimator. -
Uses of SingleSegmentSequence in org.drip.state.estimator
Classes in org.drip.state.estimator that implement SingleSegmentSequence Modifier and Type Class Description classCurveStretchCurveStretch expands the regular Multi-Segment Stretch to aid the calibration of Boot-strapped Instruments.