Click or drag to resize

PrincipalProjectionsCorrelations Property

Gets the correlations among the active variables and the standardized principal variables.

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

Property Value

Type: ReadOnlyDoubleMatrix
The correlations among active and standardized principal variables.
Remarks

Returns a matrix having as many rows as the number of active variables, and as many columns as the number of principal ones. A given entry is the correlation between an active variable, that corresponding to the entry row, and a principal variable, that corresponding to the entry column.

See Also