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)
BivariateGridInterpolation
interpolate
in interface BivariateGridInterpolation
grid
- the grid of observationsCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.