Description Usage Arguments Value Author(s)
View source: R/optimize_parameters.R
EITrans::optimize_parameters carries out a search for the optimized parameter combination for EITrans calibration with the input training ensembles forecasts and observations.
1 | optimize_parameters(grid_search, ens_train, obs_train, verbose = F)
|
grid_search |
A data frame with columns |
ens_train |
A 4-dimensional array as training ensemble forecasts.
Dimensions should be |
obs_train |
A 3-dimensional array for observations that correspond to the
ensemble forecasts. Dimensions should be |
verbose |
Whether to print progress information. |
A list with member offsets calculated with each of the parameter combination and the rank histogram of the calibrated training forecast ensemble with the corresponding parameter combination.
Weiming Hu weiming@psu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.