Gets the total degrees of freedom of the data.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DegreesOfFreedom As Integer |
| C# |
|---|
public int DegreesOfFreedom { get; } |
| C++ |
|---|
public: int DegreesOfFreedom { int get (); } |
Value
The total degrees of freedom of the data.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is accessed before the model has been computed. |