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 class
BasisHatShapeControl
BasisHatShapeControl 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.class
CubicRationalLeftRaw
CubicRationalLeftRaw 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.class
CubicRationalRightRaw
CubicRationalRightRaw 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.class
ExponentialTensionLeftHat
ExponentialTensionLeftHat 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.class
ExponentialTensionLeftRaw
ExponentialTensionLeftRaw 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.class
ExponentialTensionRightHat
ExponentialTensionRightHat 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.class
ExponentialTensionRightRaw
ExponentialTensionRightRaw 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.class
LeftHatShapeControl
LeftHatShapeControl 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.class
RightHatShapeControl
RightHatShapeControl 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.class
TensionProcessedBasisHat
TensionProcessedBasisHat 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