jax.scipy.stats.gaussian_kde.integrate_box_1d#
- gaussian_kde.integrate_box_1d(low, high)[source]#
Computes the integral of a 1D pdf between two bounds.
LAX-backend implementation of
scipy.stats._kde.integrate_box_1d()
.Original docstring below.
- Parameters
low (scalar) – Lower bound of integration.
high (scalar) – Upper bound of integration.
- Returns
value – The result of the integral.
- Return type
scalar