Principal Component.Value Property
Gets the value of the component.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> Value { get; }
Property Value
Vector<Double>A vector.
Remarks
The value of the component is the component's column in the loadings matrix. It is equal to the Eigenvector scaled by the square root of the corresponding eigenvalue.