Search found 7 matches

by nvellodi
Mon May 05, 2014 6:28 am
Forum: Programming
Topic: Standard errors for structural VAR
Replies: 4
Views: 6907

Standard errors for structural VAR

Dear all, I am estimating a structural VAR (SVAR) in Eviews 7, and want to plot the structural impulse response functions with error bands. Here is the relevant portion of my code: var gdpvar.ls 1 2 dlogy zic gdpvar.append(svar) @lr1(@u1)=0 freeze(out1) gdpvar.svar(rtype=text) gdpvar.impulse(40, m, ...
by nvellodi
Sun Aug 07, 2011 6:00 pm
Forum: Programming
Topic: RE: AR process with missing lags
Replies: 3
Views: 3722

Re: RE: AR process with missing lags

Great, that did the trick. However, I have a follow up question. I should outline my broader objective here, I guess. I'm trying to create a subroutine that performs a load of regressions, and takes as some inputs the lag parameters for the independent variables. As per before, I want a method that ...
by nvellodi
Fri Aug 05, 2011 12:17 am
Forum: Programming
Topic: RE: AR process with missing lags
Replies: 3
Views: 3722

RE: AR process with missing lags

Hello, I want to create a while loop, within which a variable is regressed on all possible permutations of itself lagged 4 times. Rather than writing these 16 combinations out separately, I'd like to write them in a form that uses only one regressor term, like: eq1.ls pi pi(1 2 3 4) Clearly, for thi...
by nvellodi
Thu Aug 04, 2011 7:09 pm
Forum: Programming
Topic: RE: Theil on a vector
Replies: 1
Views: 2486

RE: Theil on a vector

Hello, I want to use the Theil inequality statistic on a vector (which has a different dimension to the sample size). It seems to say in the manual that any of the descriptive statistics should be available for matrix objects, but when I try it, Eviews says it's illegal, as @theil is reserved for se...
by nvellodi
Wed Aug 03, 2011 9:01 pm
Forum: Programming
Topic: samples
Replies: 0
Views: 1776

samples

I was wondering if there's a specification in Eviews similar to that in RATS, where you can index a sample object like this: do t90 = 1992,1999 do k = 1,4 smpl 1980:1 t90:k so that for anything operating on the sample 1980:1 t90:k, it is performed for the samples 1980:1 1992:1, 1980:1 1992:2,..., 19...
by nvellodi
Wed Aug 03, 2011 4:55 pm
Forum: Programming
Topic: Floating points in @elem
Replies: 2
Views: 3224

Re: Floating points in @elem

Brilliant, nice trick. Also, the promptness of your response was startling. Many thanks.
Nikhil
by nvellodi
Tue Aug 02, 2011 10:11 pm
Forum: Programming
Topic: Floating points in @elem
Replies: 2
Views: 3224

Floating points in @elem

I am writing a program that requires estimation over a number of different sample periods. I have successfully coded this using a series of nested while loops, with code such as: smpl 1998:1 200!i:!j where !i and !j are the floats I'm using to index the while loops. This works. However, when I try a...

Go to advanced search