RegressionModel<T>.StandardError Property

Gets the standard error of the regression.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T StandardError { get; }

Property Value

>T
The standard error of the regression.

Remarks

The standard error is the root-mean-square of the residuals.

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also