PrincipalProjectionsRegressionCoefficients Property

Gets the coefficients of the regression of each active variable on the standardized principal variables.

Definition

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

Property Value

ReadOnlyDoubleMatrix
The regression coefficients of the active variables on the standardized principal ones.

Remarks

Returns a matrix having as many rows as the number of active variables, and as many columns as the number of principal ones. Each row stores the estimated coefficients of a regression in which the corresponding active variable is modeled on a collection of explanatory variables represented by the standardized principal variables (no intercept included).

See Also