Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 stata 中建模结构自回归模型(SVAR)并使用以下命令
svar 生产变化全球需求 lnoilprice, lags(1/6) aeq(A1) beq(B1)
我如何从这里准确地提取和绘制残余结构冲击?
谢谢!