scipy.interpolate.KroghInterpolator.__call__

KroghInterpolator.__call__(x)[源代码]

对插值求值

参数
xarray_like

要计算插值的点。

退货
yarray_like

插值值。形状是通过将原始数组中的插值轴替换为x的形状来确定的。

注意事项

输入值 x 必须可转换为 float 值如 intfloat