Learn R Programming

nmm (version 0.9)

nmm_DEoptim: searches for 1st good optimization method between possible maxLik algorithms and then applies DEoptim

Description

searches for 1st good optimization method between possible maxLik algorithms and then applies DEoptim

Usage

nmm_DEoptim(
  joint_func,
  joint_grad,
  joint_hess,
  start_v = NULL,
  method = NULL,
  miterlim,
  possible_m,
  deconst = 2,
  eq_type,
  corrl
)

Arguments