{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / wishart_gen / _entropy

function

scipy.stats._multivariate:wishart_gen._entropy

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

Signature

def   _entropy ( self dim df log_det_scale )

Summary

Compute the differential entropy of the Wishart.

Parameters

dim : int

Dimension of the scale matrix

df : int

Degrees of freedom

log_det_scale : float

Logarithm of the determinant of the scale matrix

Notes

As this function does no argument checking, it should not be called directly; use 'entropy' instead.

Aliases

  • scipy.stats._multivariate.wishart_gen._entropy