bundles / scipy 1.17.1 / scipy / stats / _multivariate / dirichlet_gen / cov
function
scipy.stats._multivariate:dirichlet_gen.cov
Signature
def cov ( self , alpha ) Summary
Covariance matrix of the Dirichlet distribution.
Parameters
alpha: array_likeThe concentration parameters. The number of entries determines the dimensionality of the distribution.
Returns
cov: ndarrayThe covariance matrix of the distribution.
Aliases
-
scipy.stats._multivariate.dirichlet_gen.cov