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)
Generate unique ID of 4 digitsHello, My data doesn't have a unique identifier and I want to generate a unique id of each row of 4…
Extension files of OUT.file using X-12 ArimaHi, I am a novice user of Stata and in dire need of help. I am studying the monthly beer sales in bo…
generating a new variable based on industryHi Stata users, I am trying to generate a new variable (Industry_revenue) for the data example show…
Alternative analyses to xtologit/xtoprobit for score as dependent variable and dummy as independent variableHi everyone, I’m new to Stata (using version 15.1 on Windows 10) and regard my statistical knowledg…
Recoding rules based on string variableHello Statalist, I have a particularly unique, perhaps esoteric question. I am attempting to create…
Subscribe to:
Post Comments (Atom)
0 Response to Use of mse with arima predict command (Stata MP 16.1)
Post a Comment