Learn R Programming

DLMtool (version 3.2)

CheckConverg: MSE convergence diagnostic

Description

Have I undertaken enough simulations (nsim)? Has my MSE converged on stable (reliable) peformance metrics?

Usage

CheckConverg(MSEobj,thresh=2, Plot=TRUE)

Arguments

MSEobj
An object of class 'MSE'
thresh
The convergence threshold (percentage). If mean perforamnce metrics are within thresh percent of the second to last interation, the MSE can be considered to have converged.
Plot
Should figures be plotted?