{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / dirichlet_frozen / logpdf

function

scipy.stats._multivariate:dirichlet_frozen.logpdf

source: /scipy/stats/_multivariate.py :2552

Signature

def   logpdf ( self x )

Summary

Log of the Dirichlet probability density function.

Parameters

x : array_like

Quantiles, with the last axis of x denoting the components.

Returns

pdf : ndarray or scalar

Log of the probability density function evaluated at x.

Aliases

  • scipy.stats._multivariate.dirichlet_frozen.logpdf