scipy.interpolate.KroghInterpolator.

__call__#

KroghInterpolator.__call__(x)[source]#

评估插值器

参数:
xarray_like

评估插值器的点。

返回:
yarray_like

插值。形状由原始数组中插值轴替换为x的形状决定。

注意

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