{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / interp1d / _check_bounds

function

scipy.interpolate._interpolate:interp1d._check_bounds

source: /scipy/interpolate/_interpolate.py :563

Signature

def   _check_bounds ( self x_new )

Summary

Check the inputs for being in the bounds of the interpolated data.

Parameters

x_new : array

Returns

out_of_bounds : bool array

The mask on x_new of values that are out of the bounds.

Aliases

  • scipy.interpolate.interp1d._check_bounds