scipy.interpolate.BarycentricInterpolator.

set_yi#

BarycentricInterpolator.set_yi(yi, axis=None)[source]#

更新要插值的 y 值

重心插值算法需要计算权重,但这些权重仅取决于 xi。 可以随时更改 yi

参数::
yiarray_like

多项式将通过的点的 y 坐标。 如果为 None,则必须稍后提供 y 值。

axisint, 可选

yi 数组中对应于 x 坐标值的轴。