geweke {noisyCE2} | R Documentation |
Geweke's test stopping rule
Description
geweke
tests the convergence of x
through the Geweke's test.
Usage
geweke(x, frac1 = 0.3, frac2 = 0.4, pvalue = 0.05)
Arguments
x |
|
frac1 , frac2 |
fraction arguments of the Geweke's test according to
|
pvalue |
threshold of the |
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:
ts_change()
[Package noisyCE2 version 1.1.0 Index]