Click or drag to resize
ARMAOutlierIdentificationResidualStandardError Property
Returns the residual standard error of the outlier free series.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ResidualStandardError { get; }

Property Value

Type: Double
A double scalar containing the standard error of the outlier free series.
Remarks
The Compute method must be called before using this property. Otherwise, an InvalidOperationException exception is thrown.
See Also