Does it make sense to compare actual vs. forecast using correlation analysis / see how close $R^2$ is to 1?
Does it make sense to use a paired t-test to test actual vs. forecast to get accuracy of forecast?
I know RMSE is widely used, but I can use RMSE only if I have many models to compare. What if I just have one model/forecast version, and I need to prove to a wider audience that it is a decent/good forecast?
Correlation analysis and t-tests are used by someone where I work, and I am trying to say that's not right, but I don't have a good answer as to why they cannot use correlation and t-tests for forecast accuracy. Are they violating any assumptions?