Package org.drip.sample.spline
Class BasisMonicHatComparison
java.lang.Object
org.drip.sample.spline.BasisMonicHatComparison
public class BasisMonicHatComparison
extends java.lang.Object
BasisMonicHatComparison implements the comparison of the basis hat functions used in the
construction of the monic basis B Splines. It demonstrates the following:
- Construction of the Linear Cubic Rational Raw Hat Functions
- Construction of the Quadratic Cubic Rational Raw Hat Functions
- Construction of the Corresponding Processed Tension Basis Hat Functions
- Construction of the Wrapping Monic Functions
- Estimation and Comparison of the Ordered Derivatives
- 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 BasisMonicHatComparison()
-
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
-
BasisMonicHatComparison
public BasisMonicHatComparison()
-
-
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
-