MDMforecasts | R Documentation |
Sample artificial data.
data(MDMforecasts)
MDMforecasts
is list
object such that
MDMforecasts$ts
is vector
of time-series which is of interest to model
MDMforecasts$forecasts
is matrix
of 20 different forecasts of ts
from 20 different forecasting models, each row represents different forecast and time is indexed by columns
data(MDMforecasts)
ts <- MDMforecasts$ts
forecasts <- MDMforecasts$forecasts
MDM.test(realized=ts,evaluated=forecasts,q=10,statistic="S",loss.type="AE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.