AnovaModel.StandardError Property

Gets the standard error of the regression.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double StandardError { get; }

Property Value

Double
The standard error of the regression.

Remarks

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

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also