data ex;
input x@@;
logx=log(x);
lagx=lag(logx);
cards;
224 227 237 231 228 237 240 242 247 250 231 229 245 253 253 264 292 297 303
315 319 337 347 377 374 394 410 412 412 392 414 428 433 431 451 460 502 514
;
run;
ods listing close;
ods output Autoreg.Model1.FinalModel.Results.ParameterEstimates=para;
proc autoreg data=ex;
model logx=lagx/lagdep=lagx nlag=1 garch=(q=1) archtest;
run;
ods listing;


雷达卡




京公网安备 11010802022788号







