Class KnotInsertionTensionEstimator

java.lang.Object
org.drip.sample.stretch.KnotInsertionTensionEstimator

public class KnotInsertionTensionEstimator
extends java.lang.Object
KnotInsertionTensionEstimator demonstrates the Stretch builder and usage API. It shows the following: - Construction of segment control parameters - polynomial (regular/Bernstein) segment control, exponential/hyperbolic tension segment control, Kaklis-Pandelis tension segment control. - Tension Basis Spline Test using the specified predictor/response set and the array of segment custom builder control parameters. - Complete the full tension stretch estimation sample test.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    KnotInsertionTensionEstimator()  
  • 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

    • KnotInsertionTensionEstimator

      public KnotInsertionTensionEstimator()
  • 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