Search found 4 matches
- Tue Mar 17, 2015 6:06 am
- Forum: Add-in Support
- Topic: Help with VAR forecast Addin
- Replies: 2
- Views: 6370
Help with VAR forecast Addin
Hi, I am currently working on programming a VAR one-step ahead forecast using a rolling window (static): for !i = 1 to @obsrange-!windowlength 'Set sample to estimation period (window) smpl !i @first+!i+!window-2 for !p = 1 to !max_lag var var_test{!p}.ls !p !p hours 'set sample to forecast period (...
- Wed Sep 24, 2014 1:43 am
- Forum: Programming
- Topic: Extracting variable name from Equation output
- Replies: 3
- Views: 3748
Re: Extracting variable name from Equation output
I did that and I wanted to use @right in order to extract the number 2 from X2, but it does not work because @word returns a string list and @right has a string as an input.
- Tue Sep 23, 2014 4:08 am
- Forum: Programming
- Topic: Extracting variable name from Equation output
- Replies: 3
- Views: 3748
Extracting variable name from Equation output
Hi! I am creating a program that generate a large amount of equation using variables C (constant) X1 X2 X3 X4 X5 and dependent variable IMPORTS. The program generates equation using all variables or only few of them. C is present in all equations. What I wish to do is keep track of how many times th...
- Fri Sep 12, 2014 2:54 am
- Forum: Programming
- Topic: Extracting Matrix Statistics
- Replies: 2
- Views: 2966
Extracting Matrix Statistics
Hey everyone! I am currently running a program that estimates many equation (about 400) and I have extracted from each equation the R-squared, AIC and LogL values. I inputted the values into a matrix and I am interested in deleting the equations that are not within the top 10% R-squared values. For ...
