PrincipalProjectionsVariances Property

Gets the variances of the principal variables.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public ReadOnlyDoubleMatrix Variances { get; }

Property Value

ReadOnlyDoubleMatrix
The variances of the principal variables.

Remarks

Each column in the Coordinates of the projected points on the principal directions is referred to as a principal variable. Property Variances gets the variances of such variables.

See Also