{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / matrix_normal_frozen / entropy

function

scipy.stats._multivariate:matrix_normal_frozen.entropy

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

Signature

def   entropy ( self )

Summary

Log of the matrix normal probability density function.

Parameters

rowcov : array_like, optional

Among-row covariance matrix of the distribution (default: 1)

colcov : array_like, optional

Among-column covariance matrix of the distribution (default: 1)

Returns

entropy : float

Entropy of the distribution

Notes

See class definition for a detailed description of parameters.

Aliases

  • scipy.stats._multivariate.matrix_normal_frozen.entropy