I have been searching through the whole CrossValidated but couldn't find the answer.
I want to test out-of-sample the volatility forecasts (if it means something ARCH-like ones, MSGARCH, Multifractal models). I want to use MSE and MAE metric but am not sure what to take for actual volatility.
I know that probably the best I can do is to take realized volatility of that day based on the sum of the intraday returns but I don't have access to that data.
So questions are the following:
- Can I compare it to squared returns as written here On forecasting, the mean squared error and realized volatility In this case my problem is that I feel like couple of outliers will influence score much more than most of the data set.
- Can I use absolute returns similarly as to in the point one?
- Is there any better reference than this?
- Is there any access to intraday data of S&P500 for example and if not is there maybe estimated volatility from such a data available?
Reference to any such answer is very welcome