AutoARIMAAccuracyTolerance Property |
The tolerance value controlling the accuracy of the parameter
estimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double AccuracyTolerance { get; set; }
Public Overridable Property AccuracyTolerance As Double
Get
Set
public:
virtual property double AccuracyTolerance {
double get ();
void set (double value);
}
abstract AccuracyTolerance : float with get, set
override AccuracyTolerance : float with get, set
Property Value
Type:
Double
A
double scalar containing a positive tolerance
value controlling the accuracy of parameter estimates
during outlier detection.
Default: AccuracyTolerance = 0.001.
See Also