Class PolynomialBasisSpline

java.lang.Object
org.drip.sample.spline.PolynomialBasisSpline

public class PolynomialBasisSpline
extends java.lang.Object
PolynomialBasisSpline implements Samples for the Construction and the usage of polynomial (both regular and Hermite) basis spline functions. It demonstrates the following: - Control the polynomial segment using the rational shape controller, the appropriate Ck, and the basis function. - Demonstrate the variational shape optimization behavior. - Estimate the node value and the node value Jacobian with the segment, as well as at the boundaries. - Calculate the segment monotonicity and the curvature penalty.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    PolynomialBasisSpline()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] astrArgs)
    Entry Point

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolynomialBasisSpline

      public PolynomialBasisSpline()
  • Method Details

    • main

      public static final void main​(java.lang.String[] astrArgs) throws java.lang.Exception
      Entry Point
      Parameters:
      astrArgs - Command Line Argument Array
      Throws:
      java.lang.Exception - Thrown on Error/Exception Situation