RegressionModel<T>.StandardError Property

Gets the standard error of the regression.

DefinitionPermalink

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

Property ValuePermalink

T
The standard error of the regression.

RemarksPermalink

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

ExceptionsPermalink

InvalidOperationException

The property is accessed before the model has been computed.

See AlsoPermalink