I am testing the accuracy of the arima model that I created. I used accuracy function, however, I don't know how to interpret the results.
Please help me interpret the result of accuracy function. Thanks!
I am testing the accuracy of the arima model that I created. I used accuracy function, however, I don't know how to interpret the results.
Please help me interpret the result of accuracy function. Thanks!
Your best bet is to look into the documentation for the accuracy()
function, I am not sure what package it is from, so I can't really comment. However, if you want to understand what those metrics mean/how they are computed, you can find most of them in this list of metrics here, which are well documented.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.