ok, so I have a memory-based model to predict the values of variable X and I've also measured the real values of X. I have calculated both the RMSE and MAPE for the difference Xreal-Xpredicted. I know that there is absolutely no point in saying a model is good or bad if the RMSE value is less than a particular value. I was wondering though if there is a rule of thumb providing insights on the subject. For example my data range from 0 to 4 and I have an RMSE of 1,1. Is there any empirical rule suggesting this is a good/bad estimation?
thank you in advance
ETA: X may take all values within the range{-2,2}