Integrate using the composite trapezoidal rule in log-log space.
Integrate y
(x
) along given axis in loglog space.
- Parameters:
- y
ndarray
Input array to integrate.
- x
ndarray
Independent variable to integrate over.
- axisint, optional
Specify the axis. Default is -1.
- Returns:
- trapzfloat
Definite integral as approximated by trapezoidal rule in loglog space.