At the below content, I learned that; "an unbiased variance estimator's square root doesn't imply being an unbiased estimator of the standard deviation".
Comparison of daily fitted volatility and observed absolute daily return
So, by the light of that information, I have some doubts about model comparison criteria for volatility models.
Some softwares of packages uses "mean square deviations between estimated conditional standart deviations and absolute returns(or square root of return squares)." for model comparison:
$\sum_{i=1}^n\frac{(\sigma_i-|r_i|)^2}{n}$
Some softwares of packages uses- which may be better to use- "mean square deviations between estimated conditional variance and squared returns." for model comparison:
$\sum_{i=1}^n\frac{(\sigma_i^2-r_i^2)^2}{n}$
So, Is the second criteria may be a better choice for model comparison, since being the squared return is an unbiased estimator of the estimated conditional variance?
I will be very glad for any help. Thanks a lot.