RAnEn::generateAnalogs generates analog ensemble.
# S3 method for class 'Forecasts'
generateAnalogs(
sx_forecasts,
sx_observations,
sx_test_times,
sx_search_times,
sx_config = NULL,
sx_algorithm = NULL
)Forecasts. You can generate this by typing
forecasts <- generateForecastsTemplate().
Observations. You can generate this by typing
observations <- generateObservationsTemplate()
Test times
Search times
A Config. You can generate this by typing config <- new(Config)
IS for independent search or SSE for search
space extension
A list of results with class AnEn. You can type print(AnEn)
to see a summary.