SAS平稳时间序列分析.docxVIP

  • 27
  • 0
  • 约小于1千字
  • 约 3页
  • 2017-09-01 发布于重庆
  • 举报
date example;(建立临时数据)input x@@;t=_n_;cards;0.97 0.45 1.61 1.26 1.37 1.43 1.32 1.23 0.84 0.89 1.181.33 1.21 0.98 0.91 0.61 1.23 0.97 1.10 0.74 0.80 0.810.80 0.60 0.59 0.63 0.87 0.36 0.81 0.91 0.77 0.96 0.930.95 0.65 0.98 0.70 0.86 1.32 0.88 0.68 0.78 1.25 0.791.19 0.69 0.92 0.86 0.86 0.85 0.90 0.54 0.32 1.40 1.140.69 0.91 0.68 0.57 0.94 0.35 0.39 0.45 0.99 0.84 0.620.85 0.73 0.66 0.76 0.63 0.32 0.17 0.46;proc gplot data=example;(画出时序图)plot x*t=1;symbol c=black i=join v=star;run;proc arima data=example; (平稳性及随机性检验)identify var=x;run;proc arima data=example; (模型识别)identify var=x nlag=8;run;identi

文档评论(0)

1亿VIP精品文档

相关文档