PrincipalComponent.Value Property

Gets the value of the component.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also