Hi everyone,
I would like to store the RMSEs which are normalized by the variance of the regressions after running seemingly unrelated regressions (sureg).
I have three dependent variables y1 y2 and y3 and two independent variables x1 and x2 generated from x using the mkspline command. After running the SUR;
sureg ( y1 x1 x2 ) ( y2 x1 x2 ) ( y3 x1 x2 )
I would like to store the RMSEs of three regression which are normalized by the variance of each regression, something like RMSE = e's-1e and store them where e is the residual vector and the s is the variance of regression. I need to run the SUR and store the results repeatedly with different knot location and determine the knot which minimize the sum of normalized RMSE.
Thank you very much for your help in advance!
Ken
----
Kensuke SUZUKI (Mr.) M.Econ.
PhD Student, Graduate School of Economics, Nagoya University
Research Fellow, Japan Society for the Promotion of Science (JSPS)
E-mail: [email protected]
I would like to store the RMSEs which are normalized by the variance of the regressions after running seemingly unrelated regressions (sureg).
I have three dependent variables y1 y2 and y3 and two independent variables x1 and x2 generated from x using the mkspline command. After running the SUR;
sureg ( y1 x1 x2 ) ( y2 x1 x2 ) ( y3 x1 x2 )
I would like to store the RMSEs of three regression which are normalized by the variance of each regression, something like RMSE = e's-1e and store them where e is the residual vector and the s is the variance of regression. I need to run the SUR and store the results repeatedly with different knot location and determine the knot which minimize the sum of normalized RMSE.
Thank you very much for your help in advance!
Ken
----
Kensuke SUZUKI (Mr.) M.Econ.
PhD Student, Graduate School of Economics, Nagoya University
Research Fellow, Japan Society for the Promotion of Science (JSPS)
E-mail: [email protected]
Comment