jax.scipy.stats.gaussian_kde.logpdf

jax.scipy.stats.gaussian_kde.logpdf#

gaussian_kde.logpdf(x)[source]#

Evaluate the log of the estimated pdf on a provided set of points.

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

Original docstring below.