{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / entropy

function

scipy.stats._multivariate:wishart_gen.entropy

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

Signature

def   entropy ( self df scale )

Summary

Compute the differential entropy of the Wishart.

Parameters

df : int

Degrees of freedom, must be greater than or equal to dimension of the scale matrix

scale : array_like

Symmetric positive definite scale matrix of the distribution

Returns

h : scalar

Entropy of the Wishart distribution

Aliases

  • scipy.stats._multivariate.wishart_gen.entropy