Anova Model.Standard Error Property
Gets the standard error of the regression.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The standard error of the regression.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double StandardError { get; }
Property Value
DoubleThe standard error of the regression.
Remarks
The standard error is the root-mean-square of the residuals.
Exceptions
Invalid | The property is accessed before the model has been computed. |