Skip to contents

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.

Usage

oob_calib_eval_sofun(
  settings_calib,
  settings_eval,
  settings_sims,
  settings_input,
  df_drivers,
  ddf_obs_calib,
  obs_eval,
  overwrite
)

Arguments

settings_calib

A list containing model calibration settings. See vignette_rsofun.pdf for more information and examples.

settings_eval

A list specifying evaluation settings (see vignette eval_sofun.pdf for more information and examples)

settings_sims

A list containing model simulation settings from prepare_setup_sofun. See vignette_rsofun.pdf for more information and examples.

settings_input

A list containing model input settings. See vignette_rsofun.pdf for more information and examples.

df_drivers

xxx

ddf_obs_calib

A data frame containing observational data used for model calibration. Created by function get_obs_calib()

obs_eval

A data frame containing observational data used for model evaluation Created by function get_obs_eval()

overwrite

A boolean, defaults to FALSE.

Value

A nested list of objects returned by eval_sofun.