Package org.drip.sample.spline
Class BasisBSplineSet
java.lang.Object
org.drip.sample.spline.BasisBSplineSet
public class BasisBSplineSet
extends java.lang.Object
BasisBSplineSet implements Samples for the Construction and the usage of various basis spline
functions. It demonstrates the following:
- Construction of segment control parameters - polynomial (regular/Bernstein) segment control,
exponential/hyperbolic tension segment control, Kaklis-Pandelis tension segment control, and C1
Hermite.
- Control the segment using the rational shape controller, and the appropriate Ck.
- Estimate the node value and the node value Jacobian with the segment, as well as at the boundaries.
- Calculate the segment monotonicity.
- Module = Computational Core Module
- Library = Spline Builder Library
- Project = DROP API Construction and Usage
- Package = Basis Monic Multic Tension Spline
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description BasisBSplineSet()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] astrArgs)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BasisBSplineSet
public BasisBSplineSet()
-
-
Method Details
-
main
public static final void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-