d_t | R Documentation |
This function computes loss differential, i.e., differences between losses from k+1
-th and k
-th models.
d_t(e)
e |
|
matrix
of loss differentials
Mariano R.S., Preve, D., 2012. Statistical tests for multiple forecast comparison. Journal of Econometrics 169, 123–130.
data(MDMforecasts)
ts <- MDMforecasts$ts
forecasts <- MDMforecasts$forecasts
l <- loss(realized=ts,evaluated=forecasts,loss.type="SE")
d <- d_t(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.