Functionsยง
- diff
- Returns the difference between successive elements of a 1-D array.
- trapz
- Returns the approximate integral of the curve defined by
y
andx
using the trapezoidal method. - trapz_
unit - Returns the approximate integral of the curve defined by
y
using the trapezoidal method. Assumes that x-values have unit spacing.