geweke {noisyCE2} | R Documentation |
geweke
tests the convergence of x
through the Geweke's test.
geweke(x, frac1 = 0.3, frac2 = 0.4, pvalue = 0.05)
x |
|
frac1 , frac2 |
fraction arguments of the Geweke's test according to
|
pvalue |
threshold of the |
A numeric
indicating whether the algorithm has converged:
0 |
the algorithm has converged. |
1 |
the algorithm has not converged. |
Other stopping rules:
ts_change()