Computes the integral of a pdf over a rectangular interval.
low_bounds : array_like
A 1-D array containing the lower bounds of integration.
high_bounds : array_like
A 1-D array containing the upper bounds of integration.
maxpts : int, optional
The maximum number of points to use for integration.
value : scalar
The result of the integral.
Enter search terms or a module, class or function name.