bundles / scipy 1.17.1 / scipy / stats / _multivariate / dirichlet_gen / pdf
function
scipy.stats._multivariate:dirichlet_gen.pdf
Signature
def pdf ( self , x , alpha ) Summary
The Dirichlet probability density function.
Parameters
x: array_likeQuantiles, with the last axis of
xdenoting the components.alpha: array_likeThe concentration parameters. The number of entries determines the dimensionality of the distribution.
Returns
pdf: ndarray or scalarThe probability density function evaluated at
x.
Aliases
-
scipy.stats._multivariate.dirichlet_gen.pdf