Dear Stata-sticians,
I am a little puzzled by Stata's calculation of the Mean Square Error when using a predict command following ARIMA estimation to dynamically predict the first 8 periods after the initial dataset ended
I am using the code:
arima D.lnwpi, ar(1 2 4)
tsappend, add(8)
predict dynamic, dynamic(tq(1991q1)) y
predict dynamic_mse, dynamic(tq(1991q1)) mse
What I don't really understand is how Stata is calculating MSE values for these predictions when there are no observed values against which to compare them... :-/ The Stata manual is really unhelpful in terms of how it calculates the MSE (which incidentally also seems to exhibit variation throughout the data), so either I fundamentally misunderstand what the MSE is, or Stata has a particular way of calculating it.
Either way, any help would be greatly appreciated!
Thanks,
Tim
Related Posts with Use of mse with arima predict command (Stata MP 16.1)
Calcultating Household Diet score(HDDS)I trying to calculate an HDDS score which is basically a sum of food types that a household has cons…
graph bars with erro barshi all, I have 45 continuous variables with 500 observations. i have been reading about creating gra…
Creating a loop that can calculate a mean of 21 variables, while ignoring variables with missing valuesI am trying to create a loop that can calculate a mean score for 21 variables, while ignoring missin…
nested model fit using F-testwhat is the correct command to find better model in stata. ftest (Unrestricted model) (Restricted mo…
z-statistics (instead of t-statistics) reported in generalized method of moments (GMM) estimation?Hi, I was wondering why Stata reports Z-statistics instead of t-statistics when using the command "…
Subscribe to:
Post Comments (Atom)
0 Response to Use of mse with arima predict command (Stata MP 16.1)
Post a Comment