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 SegmentBasisFlexureConstraintSegmentResponseValueConstraint. responseIndexedBasisConstraint(BasisEvaluator basisEvaluator, LatentStateInelastic latentStateInelastic)Convert the Segment Constraint onto Local Predictor Ordinates, the corresponding Response Basis Function, and the Shape Controller RealizationsSegmentBestFitResponseStretchBestFitResponse. 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 classLatentStateResponseModelLatentStateResponseModel 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 intLatentStateInelastic. compareTo(LatentStateInelastic other)booleanBasisEvaluator. setContainingInelastics(LatentStateInelastic latentStateInelastic)Set the Inelastics that provides the enveloping Context the Basis EvaluationbooleanSegmentBasisEvaluator. 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