Package | Description |
---|---|
org.drip.sample.stretch | |
org.drip.spline.params | |
org.drip.spline.segment |
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 |
---|---|
ResponseScalingShapeControl |
SegmentCustomBuilderControl.shapeController()
Retrieve the Segment Shape Controller
|
Constructor and Description |
---|
SegmentCustomBuilderControl(java.lang.String strBasisSpline,
FunctionSetBuilderParams fsbp,
SegmentInelasticDesignControl sdic,
ResponseScalingShapeControl rssc,
PreceedingManifestSensitivityControl pmsc)
SegmentCustomBuilderControl constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
SegmentBasisEvaluator(FunctionSet fs,
ResponseScalingShapeControl rssc)
SegmentBasisEvaluator constructor
|