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#
The standard error of the regression.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public T StandardError { get; }
Property ValuePermalink
TThe standard error of the regression.
RemarksPermalink
The standard error is the root-mean-square of the residuals.
ExceptionsPermalink
Invalid | The property is accessed before the model has been computed. |