{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / _logpdf

function

scipy.stats._multivariate:wishart_gen._logpdf

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

Signature

def   _logpdf ( self x dim df scale log_det_scale C )

Summary

Log of the Wishart probability density function.

Parameters

x : ndarray

Points at which to evaluate the log of the probability density function

dim : int

Dimension of the scale matrix

df : int

Degrees of freedom

scale : ndarray

Scale matrix

log_det_scale : float

Logarithm of the determinant of the scale matrix

C : ndarray

Cholesky 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