下面是我代码的一部分
proc autoreg data=a;
model x=t t2/nlag=5 dwprob archtest;
model x=t t2/nlag=2 garch=(p=1,q=1);
output out=p p=xp pm=trend lcl=lcl ucl=ucl;
proc gplot data=p;
plot x*t=2 xp*t=3 lcl*t=4 ucl*t=4/overlay;
symbol2 v=star i=none c=black;
symbol3 v=none i=join c=red ;
symbol4 v=none i=join c=blue l=32;
run;



雷达卡




京公网安备 11010802022788号







