Package org.drip.sample.stretch
Class KnotInsertionSequenceAdjuster
java.lang.Object
org.drip.sample.stretch.KnotInsertionSequenceAdjuster
public class KnotInsertionSequenceAdjuster
extends java.lang.Object
KnotInsertionSequenceAdjuster demonstrates the Stretch Manipulation and Adjustment API. It shows
the following:
- Construct a simple Base Stretch.
- Clip a left Portion of the Stretch to construct a left-clipped Stretch.
- Clip a right Portion of the Stretch to construct a tight-clipped Stretch.
- Compare the values across all the stretches to establish a) the continuity in the base smoothness is,
preserved, and b) Continuity across the predictor ordinate for the implied response value is also
preserved.
- 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 KnotInsertionSequenceAdjuster()
-
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
-
KnotInsertionSequenceAdjuster
public KnotInsertionSequenceAdjuster()
-
-
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
-