|  | DoublePCAEigenvalues Property | 
            Gets the eigenvalues of the covariance/correlation matrix, though the
            calculation is actually performed using the singular values of the data
            matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Eigenvalues { get; }Public ReadOnly Property Eigenvalues As DoubleVector
	Get
public:
property DoubleVector^ Eigenvalues {
	DoubleVector^ get ();
}member Eigenvalues : DoubleVector with get
Property Value
DoubleVector Remarks
Remarks
            The eigenvalues of the covariance/correlation matrix are equal to the squares
            of the standard deviations of the principal components. 
            
 See Also
See Also