ezyrb.regular_grid.RegularGrid.fit
- RegularGrid.fit(points, values, **kwargs)[source]
Construct the interpolator given points and values. Assumes that the points are on a regular grid, fails when not. see scipy.interpolate.RegularGridInterpolator
- Parameters:
points (array_like) – the coordinates of the points.
values (array_like) – the values in the points.