scipp.integrate#

Sub-package for integration.

This subpackage provides wrappers for a subset of functions from scipy.integrate.

Functions

simpson(da, dim, **kwargs)

Integrate data array along the given dimension with the composite Simpson's rule.

trapezoid(da, dim, **kwargs)

Integrate data array along the given dimension with the composite trapezoidal rule.