bundles / scipy latest / scipy / stats / _multivariate / wishart_gen / _logpdf
function
scipy.stats._multivariate:wishart_gen._logpdf
Signature
def _logpdf ( self , x , dim , df , scale , log_det_scale , C ) Summary
Log of the 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
scale: ndarrayScale matrix
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.wishart_gen._logpdf