get_start_cont: 'get_start_cont' get starting values for continuous...

Description Usage Arguments Value

Description

get_start_cont get starting values for continuous equations.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get_start_cont(
  of,
  hf,
  datcont,
  eq_c,
  par_c,
  startvals = NULL,
  DEoptim_run = TRUE,
  deconst = 2
)

Arguments

of

Function to me optimized.

hf

Hessian function.

datcont

Data-set used in the optimization.

eq_c

Equations that will be estimated with nlsystemfit.

par_c

Names of parameters.

startvals

Supplied starting values.

DEoptim_run

if TRUE, DEoptim is run for optimization.

deconst

Absolute value of lower and upper bounds for DEoptim.

Value

Starting values for continuous equations.


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

Related to get_start_cont in nmm...