|
SOLUTIONS
|
MULTIVARIATE STATISTICS PACKAGE SYMBOL
GeneralizedVariance
GeneralizedVariance[matrix]
gives the generalized variance for matrix.
DetailsDetails
- To use
, you first need to load the Multivariate Statistics Package using Needs["MultivariateStatistics`"]. - GeneralizedVariance[matrix] effectively gives the determinant of the covariance matrix for matrix.
- For numeric matrix, GeneralizedVariance[matrix] is equal to Apply[Times, Variance[PrincipalComponents[matrix]]].
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

