AutoARIMAResidualStandardError Property |
The residual standard error of the outlier free series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ResidualStandardError { get; }
Public ReadOnly Property ResidualStandardError As Double
Get
public:
property double ResidualStandardError {
double get ();
}
member ResidualStandardError : float with get
Property Value
Type:
Double
A
double scalar containing the standard error of the
outlier free series.
Remarks
Note that one of the Compute methods must be invoked first
before using this property. Otherwise, an
InvalidOperationException exception is thrown.
See Also