Returns the number of regressors.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int NumberOfRegressors { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfRegressors As Integer
Visual C++
public:
property int NumberOfRegressors {
	int get ();
}

Return Value

The number of regressors. This is the number of columns in the regressor matrix.

See Also