public class BicubicSpline extends Object implements BivariateGridInterpolation
CubicSpline| Constructor and Description |
|---|
BicubicSpline() |
| Modifier and Type | Method and Description |
|---|---|
RealScalarFunction |
interpolate(BivariateGrid grid)
Construct a real valued function from a grid of observations.
|
public RealScalarFunction interpolate(BivariateGrid grid)
BivariateGridInterpolationinterpolate in interface BivariateGridInterpolationgrid - the grid of observationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.