bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / _logpdf
function
scipy.stats._multivariate:invwishart_gen._logpdf
Signature
def _logpdf ( self , x , dim , df , log_det_scale , C ) Summary
Log of the inverse Wishart probability density function.
Parameters
x: ndarrayPoints at which to evaluate the log of the probability density function.
dim: intDimension of the scale matrix
df: intDegrees of freedom
log_det_scale: floatLogarithm of the determinant of the scale matrix
C: ndarrayCholesky factorization of the scale matrix, lower triangular.
Notes
As this function does no argument checking, it should not be called directly; use 'logpdf' instead.
Aliases
-
scipy.stats._multivariate.invwishart_gen._logpdf