Package org.drip.sample.spline
Class BasisMonicBSpline
java.lang.Object
org.drip.sample.spline.BasisMonicBSpline
public class BasisMonicBSpline
extends java.lang.Object
BasisMonicBSpline implements Samples for the Construction and the usage of various monic basis B
Splines. It demonstrates the following:
- Construction of segment B Spline Hat Basis Functions.
- Estimation of the derivatives and the basis envelope cumulative integrands.
- Estimation of the normalizer and the basis envelope cumulative normalized integrands.
- 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 BasisMonicBSpline()
-
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
-
BasisMonicBSpline
public BasisMonicBSpline()
-
-
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
-