Package | Description |
---|---|
org.drip.math.grid |
Modifier and Type | Method and Description |
---|---|
static Span |
Span.CreateCalibratedSpanInterpolator(double[] adblX,
double[] adblY,
java.lang.String strCalibrationMode,
SegmentControlParams segControlParams,
int iSetupMode)
Creates a calibrated Span instance over the specified X and Y input array points, using the specified
basis splines.
|
static Span |
Span.CreateCalibratedSpanInterpolator(double[] adblX,
double dblY,
java.lang.String strCalibrationMode,
SegmentControlParams segControlParams,
int iSetupMode)
Creates a Calibrated Span instance from an array of X points and a flat Y point
|
Span |
Span.insertKnot(double dblX,
double dblY)
Insert a Knot
|