config-i1 / smooth

The set of functions used for time series analysis and in forecasting.
89 stars 20 forks source link

Standard way to get a 'normal' RMSE #159

Closed Steviey closed 3 years ago

Steviey commented 3 years ago

I know how to get error measurements from a forecast object...

testRmse <- greybox::measures(ts2,myFit$forecast,ts1,digits=5)

Now I'm wondering, if there is a kind of standard procedure to get a "normal" RMSE from a forecast object. I see errors and y in 'View(myForecast)' Are these errors training errors and is y 'actual'? How to get the 'normal' RMSE from that? I need that for comparisons.

config-i1 commented 3 years ago

Hi, So, this is not an issue, but rather a question about how to use the package. Please, send me an email, I'll help you out. You can find it here: https://github.com/config-i1/smooth/blob/master/DESCRIPTION Cheers, Ivan