Uses of Package
org.drip.spline.bspline

Packages that use org.drip.spline.bspline
Package Description
org.drip.spline.bspline
de Boor Rational/Exponential/Tension B-Splines
  • Classes in org.drip.spline.bspline used by org.drip.spline.bspline
    Class Description
    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.
    SegmentBasisFunction
    SegmentBasisFunction is the abstract class over which the local ordered envelope functions for the B Splines are implemented.
    TensionBasisHat
    TensionBasisHat implements the common basis hat function that form the basis for all B Splines.