Package org.drip.sample.stretch
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.
- Module = Computational Core Module
- Library = Spline Builder Library
- Project = DROP API Construction and Usage
- Package = Knot Insertion Curvature Roughness Penalty
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description KnotInsertionTensionEstimator()
-
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
-
KnotInsertionTensionEstimator
public KnotInsertionTensionEstimator()
-
-
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
-