bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_frozen / logpdf
function
scipy.stats._multivariate:wishart_frozen.logpdf
Signature
def logpdf ( self , x ) Summary
Log of the inverse Wishart probability density function.
Parameters
x: array_likeQuantiles, with the last axis of
xdenoting the components. Each quantile must be a symmetric positive definite matrix.
Returns
pdf: ndarrayLog of the probability density function evaluated at
x
Notes
See class definition for a detailed description of parameters.
Aliases
-
scipy.stats._multivariate.wishart_frozen.logpdf