bundles / scipy latest / scipy / stats / _multivariate / wishart_gen / entropy
function
scipy.stats._multivariate:wishart_gen.entropy
Signature
def entropy ( self , df , scale ) Summary
Compute the differential entropy of the Wishart.
Parameters
df: intDegrees of freedom, must be greater than or equal to dimension of the scale matrix
scale: array_likeSymmetric positive definite scale matrix of the distribution
Returns
h: scalarEntropy of the Wishart distribution
Aliases
-
scipy.stats._multivariate.wishart_gen.entropy