Uses of Interface
org.drip.spline.stretch.SegmentSequenceBuilder
| Package | Description |
|---|---|
| org.drip.spline.stretch |
Multi-Segment Sequence Spline Stretch
|
| org.drip.state.inference |
Latent State Stretch Sequence Inference
|
-
Uses of SegmentSequenceBuilder in org.drip.spline.stretch
Classes in org.drip.spline.stretch that implement SegmentSequenceBuilder Modifier and Type Class Description classCkSegmentSequenceBuilderCkSegmentSequenceBuilder implements the SegmentSequenceBuilder interface to customize segment sequence construction.Methods in org.drip.spline.stretch with parameters of type SegmentSequenceBuilder Modifier and Type Method Description booleanCalibratableMultiSegmentSequence. setup(SegmentSequenceBuilder segmentSequenceBuilder, int calibrationDetail)booleanMultiSegmentSequence. setup(SegmentSequenceBuilder segmentSequenceBuilder, int calibrationDetail)Set up (i.e., calibrate) the individual Segments in the Stretch to the Stretch Edge, the Target Constraints, and the custom segment sequence builder. -
Uses of SegmentSequenceBuilder in org.drip.state.inference
Classes in org.drip.state.inference that implement SegmentSequenceBuilder Modifier and Type Class Description classLatentStateSequenceBuilderLatentStateSequenceBuilder holds the logic behind building the bootstrap segments contained in the given Stretch.