Wraps around calib_sofun() to calibrate out-of-bag (with one left-out site) and returns the evaluation result done for the left-out site.
oob_calib_eval_sofun(
settings_calib,
settings_eval,
settings_sims,
settings_input,
df_drivers,
ddf_obs_calib,
obs_eval,
overwrite
)
A list containing model calibration settings. See vignette_rsofun.pdf for more information and examples.
A list specifying evaluation settings (see vignette eval_sofun.pdf for more information and examples)
A list containing model simulation settings
from prepare_setup_sofun
.
See vignette_rsofun.pdf for more information and examples.
A list containing model input settings. See vignette_rsofun.pdf for more information and examples.
xxx
A data frame containing observational data used for
model calibration. Created by function get_obs_calib()
A data frame containing observational data used for
model evaluation Created by function get_obs_eval()
A boolean, defaults to FALSE
.
A nested list of objects returned by eval_sofun
.