bundles / scipy latest / scipy / stats / _multivariate / dirichlet_gen / logpdf
function
scipy.stats._multivariate:dirichlet_gen.logpdf
Signature
def logpdf ( self , x , alpha ) Summary
Log of 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 scalarLog of the probability density function evaluated at
x.
Aliases
-
scipy.stats._multivariate.dirichlet_gen.logpdf