Package | Description |
---|---|
org.drip.spline.bspline |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static TensionBasisHat[] |
BasisHatPairGenerator.GenerateHatPair(java.lang.String strHatType,
java.lang.String strShapeControlType,
double dblPredictorOrdinateLeading,
double dblPredictorOrdinateFollowing,
double dblPredictorOrdinateTrailing,
int iDerivOrder,
double dblTension)
Generate the array of the Cubic Rational Phy and Psy Hat Function Pair From their Raw Counterparts
|
static TensionBasisHat[] |
BasisHatPairGenerator.HyperbolicTensionHatPair(double dblPredictorOrdinateLeading,
double dblPredictorOrdinateFollowing,
double dblPredictorOrdinateTrailing,
double dblTension)
Generate the array of the Hyperbolic Phy and Psy Hat Function Pair
|
static TensionBasisHat[] |
BasisHatPairGenerator.ProcessedCubicRationalHatPair(java.lang.String strShapeControlType,
double dblPredictorOrdinateLeading,
double dblPredictorOrdinateFollowing,
double dblPredictorOrdinateTrailing,
int iDerivOrder,
double dblTension)
Generate the array of the Cubic Rational Phy and Psy Hat Function Pair From their Raw Counterparts
|
static TensionBasisHat[] |
BasisHatPairGenerator.ProcessedHyperbolicTensionHatPair(double dblPredictorOrdinateLeading,
double dblPredictorOrdinateFollowing,
double dblPredictorOrdinateTrailing,
int iDerivOrder,
double dblTension)
Generate the array of the Hyperbolic Phy and Psy Hat Function Pair From their Raw Counterparts
|
Constructor and Description |
---|
SegmentMonicBasisFunction(TensionBasisHat tbhLeft,
TensionBasisHat tbhRight)
SegmentMonicBasisFunction constructor
|
TensionProcessedBasisHat(TensionBasisHat tbhRaw,
int iDerivOrder)
TensionProcessedBasisHat constructor
|