Hi Please explain how to interpret the results of convergence plot i.e Iter vs Value for -2LL. Thanks Sundar
The convergence plot shows the trajectory of the objective function value (-2LL) versus the iteration step. In general, As iterations increase, the objective function value decreases. These decreases reach a minimum, and then the iteration process stops. Essentially, this plot is a graphical way to observe the “minimization process”. -Nathan