Package | Description |
---|---|
org.drip.spline.pchip |
Modifier and Type | Method and Description |
---|---|
static LocalMonotoneCkGenerator |
LocalMonotoneCkGenerator.Create(double[] adblPredictorOrdinate,
double[] adblResponseValue,
java.lang.String strGeneratorType,
boolean bEliminateSpuriousExtrema,
boolean bApplyMonotoneFilter)
Generate the Local Control Stretch in accordance with the desired Customization Parameters
|
static LocalMonotoneCkGenerator |
LocalMonotoneCkGenerator.Create(int[] aiPredictorOrdinate,
double[] adblResponseValue,
java.lang.String strGeneratorType,
boolean bEliminateSpuriousExtrema,
boolean bApplyMonotoneFilter)
Generate the Local Control Stretch in accordance with the desired Customization Parameters
|