jax.scipy.stats.gaussian_kde.pdf

jax.scipy.stats.gaussian_kde.pdf#

gaussian_kde.pdf(x)[source]#

Evaluate the estimated pdf on a provided set of points.

LAX-backend implementation of scipy.stats._kde.pdf().

Original docstring below.