Click or drag to resize

PrincipalProjectionsVariances Property

Gets the variances of the principal variables.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public ReadOnlyDoubleMatrix Variances { get; }

Property Value

Type: 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