nmm_DEoptim: searches for 1st good optimization method between possible...

Description Usage

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
nmm_DEoptim(
  joint_func,
  joint_grad,
  joint_hess,
  start_v = NULL,
  method = NULL,
  miterlim,
  possible_m,
  deconst = 2,
  eq_type,
  corrl
)

nmm documentation built on Jan. 7, 2021, 5:10 p.m.

Related to nmm_DEoptim in nmm...