estimate {mcgf} | R Documentation |
Optimization for wls method
Description
Optimization for wls method
Usage
estimate(par_init, method, optim_fn, cor_fn, par_fixed, lower, upper, ...)
Arguments
par_init |
Initial values for parameters to be optimized. |
method |
Parameter estimation method. "wls" or "mle". |
optim_fn |
Optimization function. |
cor_fn |
Correlation function. |
par_fixed |
Fixed parameters of |
lower |
Lower bound. |
upper |
Upper bound. |
... |
Additional arguments passed to |
Value
A list outputted from optimization functions of optim_fn
.
[Package mcgf version 1.1.1 Index]