{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_frozen / logpdf

function

scipy.stats._multivariate:wishart_frozen.logpdf

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

Signature

def   logpdf ( self x )

Summary

Log of the inverse Wishart probability density function.

Parameters

x : array_like

Quantiles, with the last axis of x denoting the components. Each quantile must be a symmetric positive definite matrix.

Returns

pdf : ndarray

Log 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