Warning
This page was created from a pull request.
jax.scipy.stats.dirichlet.logpdf¶
-
jax.scipy.stats.dirichlet.
logpdf
(x, alpha)[source]¶ Log of the Dirichlet probability density function.
LAX-backend implementation of
logpdf()
. Original docstring below.- xarray_like
Quantiles, with the last axis of x denoting the components.
- alphaarray_like
The concentration parameters. The number of entries determines the dimensionality of the distribution.
- pdfndarray or scalar
Log of the probability density function evaluated at x.