AVN,GEN,ETA,NGM,NOGAPS
forecasts from the 5 members of the ensemble (numeric).
observation
the observed sea-level pressure (numeric).
date
the date of each forecast/observation,
format YYYYMMDDHH (categorical).
latitude
the latitude of each forecast/observation (numeric).
longitude
the longitude of each forecast/observation (numeric).
station
weather station identifier (categorical).
type
weather station type (categorical).data(slpTest)
memberLabels <- c("AVN","GEM","ETA","NGM","NOGAPS")
slpTestData <- ensembleData(forecasts = slpTest[ ,memberLabels],
observations = slpTest$obs, dates = slpTest$date)
slpTestBMA <- ensembleBMA( slpTestData, date="2000063000", model="normal")
slpTestForc <- quantileForecastBMA( slpTestBMA, slpTestData,
date="2000063000")
Run the code above in your browser using DataLab