Uses of Class
org.drip.spline.pchip.MonotoneConvexHaganWest
Package | Description |
---|---|
org.drip.spline.pchip |
Monotone Convex Themed PCHIP Splines
|
-
Uses of MonotoneConvexHaganWest in org.drip.spline.pchip
Methods in org.drip.spline.pchip that return MonotoneConvexHaganWest Modifier and Type Method Description static MonotoneConvexHaganWest
MonotoneConvexHaganWest. Create(double[] predictorOrdinateArray, double[] observationArray, boolean linearNodeInference)
Create an instance of MonotoneConvexHaganWestMonotoneConvexHaganWest
MonotoneConvexHaganWest. generateAmelioratedInstance(double[] minimumLeftResponseArray, double[] maximumLeftResponseArray, double[] minimumRightResponseArray, double[] maximumRightResponseArray, boolean enforcePositivity)
Create an Ameliorated Instance of the Current Instance