public class HaganWestForwardInterpolator
extends java.lang.Object
This sample illustrates using the Hagan and West (2006) Estimator. It provides the following
functionality:
- Set up the Predictor ordinates and the response values..
- Construct the rational linear shape control with the specified tension.
- Create the Segment Inelastic design using the Ck and Curvature Penalty Derivatives.
- Build the Array of Segment Custom Builder Control Parameters of the KLK Hyperbolic Tension Basis
Type, the tension, the segment inelastic design control, and the shape controller.
- Setup the monotone convex stretch using the above settings, and with no linear inference, no
spurious extrema, or no monotone filtering applied.
- Setup the monotone convex stretch using the above settings, and with linear inference, no spurious
extrema, or no monotone filtering applied.
- Compute and display the monotone convex output with the linear forward state.
- Compute and display the monotone convex output with the harmonic forward state.
- Author:
- Lakshmi Krishnamurthy