GeneralizedVariance[matrix]
gives the generalized variance for matrix.


GeneralizedVariance
GeneralizedVariance[matrix]
gives the generalized variance for matrix.
Details and Options
- To use GeneralizedVariance, 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]]].
See Also
Tech Notes
Related Guides
Text
Wolfram Research (2007), GeneralizedVariance, Wolfram Language function, https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html.
CMS
Wolfram Language. 2007. "GeneralizedVariance." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html.
APA
Wolfram Language. (2007). GeneralizedVariance. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html
BibTeX
@misc{reference.wolfram_2025_generalizedvariance, author="Wolfram Research", title="{GeneralizedVariance}", year="2007", howpublished="\url{https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_generalizedvariance, organization={Wolfram Research}, title={GeneralizedVariance}, year={2007}, url={https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html}, note=[Accessed: 13-August-2025]}