ezyrb.regular_grid.RegularGrid.predict

RegularGrid.predict(new_point)[source]

Evaluate interpolator at given new_point, can be multiple points.

Parameters:

new_point (array_like) – the coordinates of the given point(s).

Returns:

the interpolated values.

Return type:

numpy.ndarray