|
[ Home | GAUSS | GAUSS Engine | GAUSS Apps | 3rd Party Apps | Keywords Index ] Basic Use Using FANPAC A basic FANPAC keyword command file looks like the following: library fanpac,pgraph; session amzn 'daily Amazon.com'; setDataset amzn; setSeries amnz; computeLogReturns amzn 250; setIndVars vol mazn_1 amzn_2; estimate run1 garch(1,1); showresults; plotcv;
|