GeneralizedVariance[matrix]
gives the generalized variance for matrix.
GeneralizedVariance
GeneralizedVariance[matrix]
gives the generalized variance for matrix.
更多信息和选项
- 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]]].
范例
打开所有单元 关闭所有单元基本范例 (1)
Properties & Relations (1)
Needs["MultivariateStatistics`"]Generalized variance is equivalent to the determinant of the covariance matrix:
GeneralizedVariance[{{1, 0}, {0, 2}, {3, 4}, {4, 2}}] == Det[Covariance[{{1, 0}, {0, 2}, {3, 4}, {4, 2}}]]Generalized variance is equal to the product of the principal component variances:
GeneralizedVariance[{{1, 0}, {0, 2}, {3, 4}, {4, 2}}] == Apply[Times, Variance[PrincipalComponents[{{1, 0}, {0, 2}, {3, 4}, {4, 2}}]]]文本
Wolfram Research (2007),GeneralizedVariance,Wolfram 语言函数,https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html.
CMS
Wolfram 语言. 2007. "GeneralizedVariance." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html.
APA
Wolfram 语言. (2007). GeneralizedVariance. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html 年
BibTeX
@misc{reference.wolfram_2026_generalizedvariance, author="Wolfram Research", title="{GeneralizedVariance}", year="2007", howpublished="\url{https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html}", note=[Accessed: 19-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_generalizedvariance, organization={Wolfram Research}, title={GeneralizedVariance}, year={2007}, url={https://reference.wolfram.com/language/MultivariateStatistics/ref/GeneralizedVariance.html}, note=[Accessed: 19-August-2026]}