Learn R Programming

DLMtool (version 4.4.1)

Converge: Check Convergence

Description

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

Usage

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

Arguments

MSEobj

An MSE object of class 'MSE'

thresh

The convergence threshold (percentage). If mean performance metrics are within thresh percent of the second to last interation, the MSE can be considered to have converged.

Plot

Should figures be plotted?