Uses of Class
org.drip.spline.params.SegmentInelasticDesignControl
| Package | Description |
|---|---|
| org.drip.spline.params |
Spline Segment Construction Control Parameters
|
| org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
| org.drip.state.creator |
Scenario State Curve/Surface Builders
|
-
Uses of SegmentInelasticDesignControl in org.drip.spline.params
Methods in org.drip.spline.params that return SegmentInelasticDesignControl Modifier and Type Method Description static SegmentInelasticDesignControlSegmentInelasticDesignControl. Create(int k, int curvaturePenaltyDerivativeOrder)Create the Inelastic Design Parameters for the desired Ck Criterion and the Roughness Penalty OrderSegmentInelasticDesignControlSegmentCustomBuilderControl. inelasticParams()Retrieve the Segment Inelastic Parametersstatic SegmentInelasticDesignControlSegmentInelasticDesignControl. MakeC2DesignInelasticControl()Create the C2 Inelastic Design ParamsConstructors in org.drip.spline.params with parameters of type SegmentInelasticDesignControl Constructor Description SegmentCustomBuilderControl(java.lang.String basisSpline, FunctionSetBuilderParams functionSetBuilderParams, SegmentInelasticDesignControl segmentInelasticDesignControl, ResponseScalingShapeControl responseScalingShapeControl, PreceedingManifestSensitivityControl preceedingManifestSensitivityControl)SegmentCustomBuilderControl constructor -
Uses of SegmentInelasticDesignControl in org.drip.spline.segment
Methods in org.drip.spline.segment that return SegmentInelasticDesignControl Modifier and Type Method Description SegmentInelasticDesignControlLatentStateResponseModel. designControl()Retrieve the Segment Inelastic Design ControlMethods in org.drip.spline.segment with parameters of type SegmentInelasticDesignControl Modifier and Type Method Description static LatentStateResponseModelLatentStateResponseModel. Create(double leftPredictorOrdinate, double rightPredictorOrdinate, FunctionSet functionSet, ResponseScalingShapeControl responseScalingShapeControl, SegmentInelasticDesignControl segmentInelasticDesignControl)Build the LatentStateResponseModel instance from the Basis Function/Shape Controller Setstatic LatentStateResponseModelLatentStateResponseModel. Create(double leftPredictorOrdinate, double rightPredictorOrdinate, BasisEvaluator basisEvaluator, SegmentInelasticDesignControl segmentInelasticDesignControl)Build the LatentStateResponseModel instance from the Basis Evaluator Set -
Uses of SegmentInelasticDesignControl in org.drip.state.creator
Methods in org.drip.state.creator with parameters of type SegmentInelasticDesignControl Modifier and Type Method Description static GovvieCurveScenarioGovvieCurveBuilder. ShapePreservingGovvieCurve(java.lang.String name, java.lang.String treasuryCode, java.lang.String currency, ValuationParams valuationParams, CreditPricerParams creditPricerParams, CurveSurfaceQuoteContainer curveSurfaceQuoteContainer, ValuationCustomizationParams valuationCustomizationParams, java.lang.String basisType, FunctionSetBuilderParams functionSetBuilderParams, SegmentInelasticDesignControl segmentInelasticDesignControl, CalibratableComponent[] calibratableComponentArray, java.lang.String manifestMeasure, double[] quoteArray)Construct an Instance of the Shape Preserver of the desired Basis Spline Type, using the specified Basis Spline Set Builder Parameters.