Uses of Class
org.drip.spline.bspline.SegmentBasisFunction
| Package | Description |
|---|---|
| org.drip.spline.bspline |
de Boor Rational/Exponential/Tension B-Splines
|
-
Uses of SegmentBasisFunction in org.drip.spline.bspline
Subclasses of SegmentBasisFunction in org.drip.spline.bspline Modifier and Type Class Description classSegmentMonicBasisFunctionSegmentMonicBasisFunction implements the local monic B Spline that envelopes the predictor ordinates, and the corresponding set of ordinates/basis functions.classSegmentMulticBasisFunctionSegmentMulticBasisFunction implements the local quadratic B Spline that envelopes the predictor ordinates, and the corresponding set of ordinates/basis functions.Methods in org.drip.spline.bspline that return SegmentBasisFunction Modifier and Type Method Description static SegmentBasisFunctionSegmentBasisFunctionGenerator. Monic(java.lang.String strHatType, java.lang.String strShapeControlType, double[] adblPredictorOrdinate, int iDerivOrder, double dblTension)Create a Tension Monic B Spline Basis Functionstatic SegmentBasisFunction[]SegmentBasisFunctionGenerator. MonicSequence(java.lang.String strHatType, java.lang.String strShapeControlType, double[] adblPredictorOrdinate, int iDerivOrder, double dblTension)Construct a Sequence of Monic Basis Functionsstatic SegmentBasisFunction[]SegmentBasisFunctionGenerator. MulticSequence(int iTargetBSplineOrder, SegmentBasisFunction[] aSBFPrev)Create a sequence of B Splines of the specified order from the given inputs.Methods in org.drip.spline.bspline with parameters of type SegmentBasisFunction Modifier and Type Method Description static SegmentBasisFunction[]SegmentBasisFunctionGenerator. MulticSequence(int iTargetBSplineOrder, SegmentBasisFunction[] aSBFPrev)Create a sequence of B Splines of the specified order from the given inputs.Constructors in org.drip.spline.bspline with parameters of type SegmentBasisFunction Constructor Description SegmentMulticBasisFunction(SegmentBasisFunction leftSegmentBasisFunction, SegmentBasisFunction rightSegmentBasisFunction)SegmentMulticBasisFunction constructor