Description Usage Arguments Author(s)
View source: R/univariate_ensemble_analogs.R
EITrans::univariate_ensemble_analogs generates analogs using univariate ensemble forecasts. It only returns the time indices where the most similar historical ensemble forecasts are found.
| 1 2 3 4 5 6 7 8 9 | univariate_ensemble_analogs(
  ens,
  ens_times,
  ens_flts,
  ens_times_train,
  ens_times_dev,
  circular_ens = F,
  config = NULL
)
 | 
| ens | A 4-dimensional array for ensemble forecasts. Dimensions should be
 | 
| ens_times | A vector for ensemble forecast times. | 
| ens_flts | A vector for ensemble forecast lead times. | 
| ens_times_train | Training times from the ensemble forecast times. | 
| ens_times_dev | Development times from the ensemble forecast times. | 
| circular_ens | Whether the ensemble forecast variable is circular. | 
Weiming Hu weiming@psu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.