Package | Description |
---|---|
org.drip.spline.pchip |
Modifier and Type | Method and Description |
---|---|
static MonotoneConvexHaganWest |
MonotoneConvexHaganWest.Create(double[] adblPredictorOrdinate,
double[] adblObservation,
boolean bLinearNodeInference)
Create an instance of MonotoneConvexHaganWest
|
MonotoneConvexHaganWest |
MonotoneConvexHaganWest.generateAmelioratedInstance(double[] adblResponseLeftMin,
double[] adblResponseLeftMax,
double[] adblResponseRightMin,
double[] adblResponseRightMax,
boolean bEnforcePositivity)
Create an Ameliorated Instance of the Current Instance
|