Package | Description |
---|---|
org.drip.spline.bspline |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMonicBasisFunction
SegmentMonicBasisFunction implements the local monic B Spline that envelopes the predictor ordinates, and
the corresponding set of ordinates/basis functions.
|
class |
SegmentMulticBasisFunction
SegmentMulticBasisFunction implements the local quadratic B Spline that envelopes the predictor ordinates,
and the corresponding set of ordinates/basis functions.
|
Modifier and Type | Method and Description |
---|---|
static SegmentBasisFunction |
SegmentBasisFunctionGenerator.Monic(java.lang.String strHatType,
java.lang.String strShapeControlType,
double[] adblPredictorOrdinate,
int iDerivOrder,
double dblTension)
Create a Tension Monic B Spline Basis Function
|
static SegmentBasisFunction[] |
SegmentBasisFunctionGenerator.MonicSequence(java.lang.String strHatType,
java.lang.String strShapeControlType,
double[] adblPredictorOrdinate,
int iDerivOrder,
double dblTension)
Construct a Sequence of Monic Basis Functions
|
static SegmentBasisFunction[] |
SegmentBasisFunctionGenerator.MulticSequence(int iTargetBSplineOrder,
SegmentBasisFunction[] aSBFPrev)
Create a sequence of B Splines of the specified order from the given inputs.
|
Modifier and Type | Method and Description |
---|---|
static SegmentBasisFunction[] |
SegmentBasisFunctionGenerator.MulticSequence(int iTargetBSplineOrder,
SegmentBasisFunction[] aSBFPrev)
Create a sequence of B Splines of the specified order from the given inputs.
|
Constructor and Description |
---|
SegmentMulticBasisFunction(SegmentBasisFunction oeLeft,
SegmentBasisFunction oeRight)
SegmentMulticBasisFunction constructor
|