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)
Loop through string and numeric variablesHello, I am trying to make the following code work but it returns "var not found r(111);" I understa…
repeated time values within panelHi all, I have sectoral data (isiccomb1) per year and country. I am getting the error message "repe…
Problem with xtserialHi everyone, I am running a fixed-effects model with robust standard errors and I'd like to test for…
Creating a pooled variable with survey dataHello Everyone, I am using a large survey (non panel) data set and would like to restructure multip…
How could I change the color on a scatter plot based on conditions?Basically I want to change the color of everything with a value greater than x, and also add label t…
Subscribe to:
Post Comments (Atom)
0 Response to Use of mse with arima predict command (Stata MP 16.1)
Post a Comment