bundles / scipy latest / scipy / stats / _multivariate / dirichlet_frozen / pdf
function
scipy.stats._multivariate:dirichlet_frozen.pdf
Signature
def pdf ( self , x ) Summary
The Dirichlet probability density function.
Parameters
x: array_likeQuantiles, with the last axis of
xdenoting the components.
Returns
pdf: ndarray or scalarThe probability density function evaluated at
x.
Aliases
-
scipy.stats._multivariate.dirichlet_frozen.pdf