The residual standard error of the outlier free series.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double ResidualStandardError { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ResidualStandardError As Double |
Visual C++ |
---|
public: property double ResidualStandardError { double get (); } |
Field Value
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.