bundles / scipy 1.17.1 / scipy / stats / _multivariate / matrix_normal_gen / _logpdf
function
scipy.stats._multivariate:matrix_normal_gen._logpdf
Signature
def _logpdf ( self , dims , X , mean , row_prec_rt , log_det_rowcov , col_prec_rt , log_det_colcov ) Summary
Log of the matrix normal probability density function.
Parameters
dims: tupleDimensions of the matrix variates
X: ndarrayPoints at which to evaluate the log of the probability density function
mean: ndarrayMean of the distribution
row_prec_rt: ndarrayA decomposition such that np.dot(row_prec_rt, row_prec_rt.T) is the inverse of the among-row covariance matrix
log_det_rowcov: floatLogarithm of the determinant of the among-row covariance matrix
col_prec_rt: ndarrayA decomposition such that np.dot(col_prec_rt, col_prec_rt.T) is the inverse of the among-column covariance matrix
log_det_colcov: floatLogarithm of the determinant of the among-column covariance matrix
Notes
As this function does no argument checking, it should not be called directly; use 'logpdf' instead.
Aliases
-
scipy.stats._multivariate.matrix_normal_gen._logpdf