RAnEn::toMemberForecasts finds the most similar historical forecasts that are associated with each analog members.
toMemberForecasts(
forecasts,
sims.time.index,
sims.stations.index = NULL,
stations.index = 1,
test.times.index = 1,
flts.index = 1,
members.index = NULL,
parameters.index = NULL,
verbose = T
)
The Data from Forecasts. Usually it is a 4D array.
The similarity time index array from AnEn.
The similarity station index array from AnEn.
The station index of the analogs.
The test time index of the analogs.
The forecast lead time index of the analogs.
The analog members index.
The forecast parameters index.
Whether to show progress and summary information
A 5 dimensional array with the shape [parameters][stations][times][flts][members]
.