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

ExceptionCondition
InvalidOperationExceptionThe property is accessed before the model has been computed.