scipy.integrate.trapezoid — SciPy v1.7.1 Manual
docs.scipy.org › scipyscipy.integrate.trapezoid¶ scipy.integrate. trapezoid (y, x = None, dx = 1.0, axis =-1) ¶ Integrate along the given axis using the composite trapezoidal rule. Integrate y (x) along given axis. Parameters y array_like. Input array to integrate. x array_like, optional. The sample points corresponding to the y values.
scipy.integrate.trapz — SciPy v1.4.1 Reference Guide
docs.scipy.org › scipyDec 19, 2019 · scipy.integrate.trapz(y, x=None, dx=1.0, axis=-1) ¶. Integrate along the given axis using the composite trapezoidal rule. Integrate y ( x) along given axis. Parameters. yarray_like. Input array to integrate. xarray_like, optional. The sample points corresponding to the y values. If x is None, the sample points are assumed to be evenly spaced ...
scipy.integrate.trapezoid — SciPy v1.6.3 Reference Guide
docs.scipy.org › scipyscipy.integrate.trapezoid(y, x=None, dx=1.0, axis=- 1) ¶. Integrate along the given axis using the composite trapezoidal rule. Integrate y ( x) along given axis. Parameters. yarray_like. Input array to integrate. xarray_like, optional. The sample points corresponding to the y values. If x is None, the sample points are assumed to be evenly ...