Cumulatively integrate y(x) using samples along the given axis and the composite trapezoidal rule. If x is None, spacing given by dx is assumed.
y : array
x : array, optional
dx : int, optional
axis : int, optional
Specifies the axis to cumulate: -1 –> X axis 0 –> Z axis 1 –> Y axis
Specifies the axis to cumulate:
-1 –> X axis 0 –> Z axis 1 –> Y axis
See also
scipy.integrate.trapz
scipy.integrate.simps
Enter search terms or a module, class or function name.