ts_change {noisyCE2} | R Documentation |
Time series change stopping rule
Description
Deterministic stopping rule based on the last change in the value of
\gamma_n
. Changes smaller than tol
, or relative changes
smaller than reltol
stop the algorithm. This criterion is suitable
only in case of deterministic objective functions.
Usage
ts_change(x, reltol = 1e-04, tol = 1e-12)
Arguments
x |
|
reltol |
relative changes smaller than |
tol |
changes smaller than |
Value
A numeric
indicating whether the algorithm has converged:
0 |
the algorithm has converged. |
1 |
the algorithm has not converged. |
See Also
Other stopping rules:
geweke()
[Package noisyCE2 version 1.1.0 Index]