RegressionModel<T>.StandardError Property

Gets the standard error of the regression.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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

InvalidOperationException

The property is accessed before the model has been computed.

See Also