ensembleBMAgamma0( ensembleData, dates = NULL,
trainingRule = list(length = 30, lag = 2),
control = controlBMAgamma0(), warmStart = FALSE, popData = NULL)
ensembleData
object including ensemble forecasts, observations
and dates of precipitation.length
and lag
for the training period.
The default is to use a 30 time step training period for a forecast
2 time steps ahead of the last time step in the training period.controlBMAgamma0
.ensembleData
in chronological order.control
.transformation
.
Used in various diagnostic methods for the output.dates
in ensembleBMA
, so there
will be missing entries denoted by NA
for dates that are too recent
to be forecast with the training rule.
The following methods are available for ensembleBMAgamma0
objects:
gridForecastBMA
, quantileForecastBMA
,
bmaModelParameters
, brierSkillScores
, and crpsANDmae
.ensembleData
,
forecastBMAgamma0
,
controlBMAgamma0
,
fitBMAgamma0
,
gridForecastBMA
,
quantileForecastBMA
,
bmaModelParameters
,
brierSkillScores
,
crpsANDmae
,data(prcp)
prcpData <- ensembleData( dates = prcp$date, observations = prcp$obs,
forecasts = prcp[,c("CENT","AVN","CMCG","ETA",
"GASP","JMA","NGPS","TCWB","UKMO")])
prcpFit <- ensembleBMAgamma0(prcpData)
Run the code above in your browser using DataLab