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