RAnEn::generateAnalogs generates analog ensemble.

# S3 method for Forecasts
generateAnalogs(
  sx_forecasts,
  sx_observations,
  sx_test_times,
  sx_search_times,
  sx_config = NULL,
  sx_algorithm = NULL
)

Arguments

sx_forecasts

Forecasts. You can generate this by typing forecasts <- generateForecastsTemplate().

sx_observations

Observations. You can generate this by typing observations <- generateObservationsTemplate()

sx_test_times

Test times

sx_search_times

Search times

sx_config

A Config. You can generate this by typing config <- new(Config)

sx_algorithm

IS for independent search or SSE for search space extension

Value

A list of results with class AnEn. You can type print(AnEn)

to see a summary.