Optimization for wls method
estimate(par_init, method, optim_fn, cor_fn, par_fixed, lower, upper, ...)
A list outputted from optimization functions of optim_fn
.
Initial values for parameters to be optimized.
Parameter estimation method. "wls" or "mle".
Optimization function.
Correlation function.
Fixed parameters of cor_fn
.
Lower bound.
Upper bound.
Additional arguments passed to optim_fn
, obj_wls
or obj_mle
.