scipy.interpolate.NdPPoly.

integrate#

NdPPoly.integrate(ranges, extrapolate=None)[source]#

计算分段多项式上的定积分。

参数:
rangesndim-tuple of 2-tuples float

每个维度的上下限序列,[(a[0], b[0]), ..., (a[ndim-1], b[ndim-1])]

extrapolatebool, optional

是否根据第一个和最后一个区间对超出边界的点进行外推,或者返回 NaN。

返回值:
igarray_like

分段多项式在 [a[0], b[0]] x … x [a[ndim-1], b[ndim-1]] 上的定积分