IterUpdate function

Update Iteration

Update Iteration

IterUpdate(theta0, update, maxit, eps, report)

Arguments

  • theta0: List containing the initial parameter values.
  • update: Function to iterate. Should accept and return a list similar parameter values.
  • maxit: Maximum number of parameter updates.
  • eps: Minimum acceptable improvement in log likelihood.
  • report: Report fitting progress?
  • Maintainer: Zachary McCaw
  • License: GPL-3
  • Last published: 2023-10-01

Useful links