Warning

This page was created from a pull request.

jax.scipy.stats.dirichlet.pdf¶

jax.scipy.stats.dirichlet.pdf(x, alpha)[source]¶

The Dirichlet probability density function.

LAX-backend implementation of pdf(). 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

The probability density function evaluated at x.