nmm_best: searches for best optimization method between possible maxLik...

Description Usage

Description

searches for best optimization method between possible maxLik algorithms

Usage

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

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

Related to nmm_best in nmm...