Click or drag to resize

MultivariateSamplePrincipalComponentAnalysis Method

Performs a principal component analysis of the data.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public PrincipalComponentAnalysis PrincipalComponentAnalysis()

Return Value

Type: PrincipalComponentAnalysis
The result of the principal component analysis.
Exceptions
ExceptionCondition
InsufficientDataExceptionThe number of data entries (Count) is less than the number of variables (Dimension).
See Also

Reference

MultivariateSamplePrincipalComponentAnalysis