compute_ofv {mapbayr} | R Documentation |
Compute the objective function value
Description
Compute the objective function value
Usage
compute_ofv(
eta,
qmod,
sigma,
omega_inv,
all_cmt,
log_transformation,
lambda = 1,
idvaliddata,
idDV,
idcmt,
idblq = NULL,
idlloq = NULL,
...
)
do_compute_ofv(eta, argofv, ...)
Arguments
eta |
a named vector/list of parameters |
qmod , sigma , log_transformation , omega_inv , all_cmt , lambda |
generated by |
idvaliddata , idDV , idcmt |
generated by |
idblq , idlloq |
optionally generated by |
... |
for compatibility (not used) |
argofv |
above mentioned arguments as a list |
Details
This function is called iteratively by the optimization function. Arguments should not be passed directly, but generated by the pre-processing functions (see preprocess.ofv
).
Value
a single numeric value (the objective function value)
[Package mapbayr version 0.10.0 Index]