Learn R Programming

multDM (version 1.1.4)

MDMforecasts: Sample Data.

Description

Sample artificial data.

Usage

data(MDMforecasts)

Arguments

Format

  • 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

Examples

Run this code
# NOT RUN {
data(MDMforecasts)
ts <- MDMforecasts$ts
forecasts <- MDMforecasts$forecasts
MDM.test(realized=ts,evaluated=forecasts,q=10,statistic="S",loss.type="AE")
# }

Run the code above in your browser using DataLab