📄 lrratio_d.m
字号:
% PURPOSE: demonstrate the use of lrratio()% function to determine optimal lag length of a VAR% ---------------------------------------------% usage: lrratio_d% ----------------------------------------------load test.dat;% a test data set containing % monthly mining employment for % il,in,ky,mi,oh,pa,tn,wv% data covers 1982,1 to 1996,5y = test;% will print results to the MATLAB command window% set flag for Sim's correction factorsims = 1;maxlag = 12;minlag = 3;lrratio(y,maxlag,minlag,sims);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -