Anova Model.Standard Error Property
Gets the standard error of the regression.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The standard error of the regression.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
InvalidOperationException | The property is accessed before the model has been computed. |