Time Series Model<T>.Standard Error Property
Gets the standard error of the regression.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
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 T StandardError { get; protected set; }
Property Value
TThe 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. |