Uses of Class
org.drip.spline.bspline.TensionBasisHat
| Package | Description |
|---|---|
| org.drip.spline.bspline |
de Boor Rational/Exponential/Tension B-Splines
|
-
Uses of TensionBasisHat in org.drip.spline.bspline
Subclasses of TensionBasisHat in org.drip.spline.bspline Modifier and Type Class Description classBasisHatShapeControlBasisHatShapeControl implements the shape control function for the hat basis set as laid out in the framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classCubicRationalLeftRawCubicRationalLeftRaw implements the TensionBasisHat interface in accordance with the raw left cubic rational hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classCubicRationalRightRawCubicRationalRightRaw implements the TensionBasisHat interface in accordance with the raw right cubic rational hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classExponentialTensionLeftHatExponentialTensionLeftHat implements the TensionBasisHat interface in accordance with the left exponential hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classExponentialTensionLeftRawExponentialTensionLeftRaw implements the TensionBasisHat interface in accordance with the raw left exponential hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classExponentialTensionRightHatExponentialTensionRightHat implements the TensionBasisHat interface in accordance with the right exponential hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classExponentialTensionRightRawExponentialTensionRightRaw implements the TensionBasisHat interface in accordance with the raw right exponential hat basis function laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classLeftHatShapeControlLeftHatShapeControl implements the BasisHatShapeControl interface for the left hat basis set as laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classRightHatShapeControlRightHatShapeControl implements the BasisHatShapeControl interface for the right hat basis set as laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.classTensionProcessedBasisHatTensionProcessedBasisHat implements the processed hat basis function of the form laid out in the basic framework outlined in Koch and Lyche (1989), Koch and Lyche (1993), and Kvasov (2000) Papers.Methods in org.drip.spline.bspline that return TensionBasisHat Modifier and Type Method Description static TensionBasisHat[]BasisHatPairGenerator. GenerateHatPair(java.lang.String hatType, java.lang.String shapeControlType, double leadingPredictorOrdinate, double followingPredictorOrdinate, double trailingPredictorOrdinate, int derivativeOrder, double tension)Generate the array of the Hat Function Pair From their Raw Counterpartsstatic TensionBasisHat[]BasisHatPairGenerator. HyperbolicTensionHatPair(double leadingPredictorOrdinate, double followingPredictorOrdinate, double trailingPredictorOrdinate, double tension)Generate the array of the Hyperbolic Phy and Psy Hat Function Pairstatic TensionBasisHat[]BasisHatPairGenerator. ProcessedCubicRationalHatPair(java.lang.String shapeControlType, double leadingPredictorOrdinate, double followingPredictorOrdinate, double trailingPredictorOrdinate, int derivativeOrder, double tension)Generate the array of the Cubic Rational Phy and Psy Hat Function Pair From their Raw Counterpartsstatic TensionBasisHat[]BasisHatPairGenerator. ProcessedHyperbolicTensionHatPair(double leadingPredictorOrdinate, double followingPredictorOrdinate, double trailingPredictorOrdinate, int derivativeOrder, double tension)Generate the array of the Hyperbolic Phy and Psy Hat Function Pair From their Raw CounterpartsConstructors in org.drip.spline.bspline with parameters of type TensionBasisHat Constructor Description SegmentMonicBasisFunction(TensionBasisHat leftTensionBasisHat, TensionBasisHat rightTensionBasisHat)SegmentMonicBasisFunction constructorTensionProcessedBasisHat(TensionBasisHat rawTensionBasisHat, int derivativeOrder)TensionProcessedBasisHat constructor