Uses of Class
org.drip.spline.segment.LatentStateInelastic
Package | Description |
---|---|
org.drip.spline.params |
Spline Segment Construction Control Parameters
|
org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
-
Uses of LatentStateInelastic in org.drip.spline.params
Methods in org.drip.spline.params with parameters of type LatentStateInelastic Modifier and Type Method Description SegmentBasisFlexureConstraint
SegmentResponseValueConstraint. responseIndexedBasisConstraint(BasisEvaluator basisEvaluator, LatentStateInelastic latentStateInelastic)
Convert the Segment Constraint onto Local Predictor Ordinates, the corresponding Response Basis Function, and the Shape Controller RealizationsSegmentBestFitResponse
StretchBestFitResponse. sizeToSegment(LatentStateInelastic latentStateInelastic)
Generate the Segment Local Best Fit Weighted Response contained within the specified Segment -
Uses of LatentStateInelastic in org.drip.spline.segment
Subclasses of LatentStateInelastic in org.drip.spline.segment Modifier and Type Class Description class
LatentStateResponseModel
LatentStateResponseModel implements the single segment basis calibration and inference functionality.Methods in org.drip.spline.segment with parameters of type LatentStateInelastic Modifier and Type Method Description int
LatentStateInelastic. compareTo(LatentStateInelastic other)
boolean
BasisEvaluator. setContainingInelastics(LatentStateInelastic latentStateInelastic)
Set the Inelastics that provides the enveloping Context the Basis Evaluationboolean
SegmentBasisEvaluator. setContainingInelastics(LatentStateInelastic latentStateInelastic)
Constructors in org.drip.spline.segment with parameters of type LatentStateInelastic Constructor Description BestFitFlexurePenalizer(LatentStateInelastic latentStateInelastic, SegmentFlexurePenaltyControl curvatureSegmentFlexurePenaltyControl, SegmentFlexurePenaltyControl lengthSegmentFlexurePenaltyControl, SegmentBestFitResponse segmentBestFitResponse, BasisEvaluator basisEvaluator)
BestFitFlexurePenalizer constructor