bundles / scipy latest / scipy / stats / _multivariate / matrix_normal_frozen / entropy
function
scipy.stats._multivariate:matrix_normal_frozen.entropy
Signature
def entropy ( self ) Summary
Log of the matrix normal probability density function.
Parameters
rowcov: array_like, optionalAmong-row covariance matrix of the distribution (default:
1)colcov: array_like, optionalAmong-column covariance matrix of the distribution (default:
1)
Returns
entropy: floatEntropy of the distribution
Notes
See class definition for a detailed description of parameters.
Aliases
-
scipy.stats._multivariate.matrix_normal_frozen.entropy