|
SOLUTIONS
|
OBSOLETE MULTIVARIATE STATISTICS PACKAGE SYMBOL
PrincipalComponents
As of Version 8, PrincipalComponents is part of the built-in Mathematica kernel.
PrincipalComponents[matrix]
transforms elements of matrix into principal components.
Details and OptionsDetails and Options
- To use
, you first need to load the Multivariate Statistics Package using Needs["MultivariateStatistics`"].
gives the principal component transform of matrix.- The principal components of matrix are linear transformations of the original columns into uncorrelated columns arranged in order of decreasing variance.
- The dimensions of PrincipalComponents[matrix] are the same as the dimensions of matrix.
- The following options can be given:
-
Method Covariance scaling method for decomposition WorkingPrecision MachinePrecision the precision used in internal computations - Possible values of Method are Covariance and Correlation.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
