gof {forecast} | R Documentation |
Returns range of summary measures of the in-sample errors. All measures are defined and discussed in Hyndman and Koehler (2006).
gof(object)
object |
An object of class "forecast" |
Vector giving in-sample error measures.
Rob J Hyndman
Hyndman, R.J. and Koehler, A.B. (2006) "Another look at measures of forecast accuracy". International Journal of Forecasting, 22(4).
fit1 <- rwf(Nile) fit2 <- meanf(Nile) gof(fit1) gof(fit2)