MDMforecasts {multDM} | R Documentation |
Sample Data.
Description
Sample artificial data.
Usage
data(MDMforecasts)
Format
MDMforecasts
is list
object such that
-
MDMforecasts$ts
isvector
of time-series which is of interest to model -
MDMforecasts$forecasts
ismatrix
of 20 different forecasts ofts
from 20 different forecasting models, each row represents different forecast and time is indexed by columns
Examples
data(MDMforecasts)
ts <- MDMforecasts$ts
forecasts <- MDMforecasts$forecasts
MDM.test(realized=ts,evaluated=forecasts,q=10,statistic="S",loss.type="AE")
[Package multDM version 1.1.4 Index]