bundles / scipy latest / scipy / stats / _multivariate / dirichlet_gen / entropy
function
scipy.stats._multivariate:dirichlet_gen.entropy
Signature
def entropy ( self , alpha ) Summary
Differential entropy of the Dirichlet distribution.
Parameters
alpha: array_likeThe concentration parameters. The number of entries determines the dimensionality of the distribution.
Returns
h: scalarEntropy of the Dirichlet distribution
Aliases
-
scipy.stats._multivariate.dirichlet_gen.entropy