Gets the standard error of the regression.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StandardError As Double |
| C# |
|---|
public double StandardError { get; } |
| C++ |
|---|
public: double StandardError { double get (); } |
Value
The standard error of the regression.
Remarks
The standard error is the root-mean-square of the residuals.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The property is accessed before the model has been computed. |