Package | Description |
---|---|
org.drip.sample.stretch | |
org.drip.spline.params | |
org.drip.spline.segment | |
org.drip.state.creator |
Modifier and Type | Method and Description |
---|---|
static SegmentCustomBuilderControl |
KnotInsertionPolynomialEstimator.ExponentialTensionSegmentControlParams(double dblTension,
SegmentInelasticDesignControl sdic,
ResponseScalingShapeControl rssc) |
static SegmentCustomBuilderControl |
CurvatureRoughnessPenaltyFit.PolynomialSegmentControlParams(int iNumBasis,
SegmentInelasticDesignControl sdic,
ResponseScalingShapeControl rssc) |
static SegmentCustomBuilderControl |
CurvatureLengthRoughnessPenalty.PolynomialSegmentControlParams(int iNumBasis,
SegmentInelasticDesignControl sdic,
ResponseScalingShapeControl rssc) |
Modifier and Type | Method and Description |
---|---|
static SegmentInelasticDesignControl |
SegmentInelasticDesignControl.Create(int iCk,
int iCurvaturePenaltyDerivativeOrder)
Create the Inelastic Design Parameters for the desired Ck Criterion and the Roughness Penalty Order
|
SegmentInelasticDesignControl |
SegmentCustomBuilderControl.inelasticParams()
Retrieve the Segment Inelastic Parameters
|
static SegmentInelasticDesignControl |
SegmentInelasticDesignControl.MakeC2DesignInelasticControl()
Create the C2 Inelastic Design Params
|
Constructor and Description |
---|
SegmentCustomBuilderControl(java.lang.String strBasisSpline,
FunctionSetBuilderParams fsbp,
SegmentInelasticDesignControl sdic,
ResponseScalingShapeControl rssc,
PreceedingManifestSensitivityControl pmsc)
SegmentCustomBuilderControl constructor
|
Modifier and Type | Method and Description |
---|---|
SegmentInelasticDesignControl |
LatentStateResponseModel.designControl()
Retrieve the Segment Inelastic Design Control
|
Modifier and Type | Method and Description |
---|---|
static LatentStateResponseModel |
LatentStateResponseModel.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
BasisEvaluator be,
SegmentInelasticDesignControl sidc)
Build the LatentStateResponseModel instance from the Basis Evaluator Set
|
static LatentStateResponseModel |
LatentStateResponseModel.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
FunctionSet fs,
ResponseScalingShapeControl rssc,
SegmentInelasticDesignControl sidc)
Build the LatentStateResponseModel instance from the Basis Function/Shape Controller Set
|
Modifier and Type | Method and Description |
---|---|
static GovvieCurve |
ScenarioGovvieCurveBuilder.ShapePreservingGovvieCurve(java.lang.String strName,
java.lang.String strTreasuryCode,
java.lang.String strCurrency,
ValuationParams valParams,
CreditPricerParams pricerParams,
CurveSurfaceQuoteContainer csqc,
ValuationCustomizationParams vcp,
java.lang.String strBasisType,
FunctionSetBuilderParams fsbp,
SegmentInelasticDesignControl sdic,
CalibratableComponent[] aCalibComp,
java.lang.String strManifestMeasure,
double[] adblQuote)
Construct an Instance of the Shape Preserver of the desired Basis Spline Type, using the specified
Basis Spline Set Builder Parameters.
|