Gets the degree of the regression polynomial.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

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

Value

The degree of the regression polynomial.