bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / var
function
scipy.stats._multivariate:invwishart_gen.var
Signature
def var ( self , df , scale ) Summary
Variance of the inverse Wishart distribution.
Extended Summary
Only valid if the degrees of freedom are greater than the dimension of the scale matrix plus three.
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
var: floatThe variance of the distribution
Aliases
-
scipy.stats._multivariate.invwishart_gen.var