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 interface
MultiSegmentSequence
MultiSegmentSequence is the interface that exposes functionality that spans multiple segments.Classes in org.drip.spline.stretch that implement SingleSegmentSequence Modifier and Type Class Description class
CalibratableMultiSegmentSequence
CalibratableMultiSegmentSequence implements the MultiSegmentSequence span that spans multiple segments.class
SingleSegmentLagrangePolynomial
SingleSegmentLagrangePolynomial 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 class
CurveStretch
CurveStretch expands the regular Multi-Segment Stretch to aid the calibration of Boot-strapped Instruments.