Hello all! Im quite new with eviews. I am trying to forecast inflation using core with the usual forecasting equation below,
headline(t+h) - headline(t) = a + b( core(t) - headline(t) )
how to input the expression headline(t+h) in eviews?
thanks!
How to input a specific equation format
Moderators: EViews Gareth, EViews Moderator
-
startz
- Non-normality and collinearity are NOT problems!
- Posts: 3797
- Joined: Wed Sep 17, 2008 2:25 pm
Re: How to input a specific equation format
The answer depends on exactly what you're trying to do, but the basic rule in EViews is that the "t" is implicit and you put lead or lag lengths in parentheses. For example to run a regression on
or
when h=5 you could writeheadline(t+h) - headline(t) = a + b( core(t) - headline(t) )
Code: Select all
ls (headline(5)-headline) c (core-headline)
Code: Select all
ls (headline-headline(-5)) c (core(-5)-headline(-5))
Who is online
Users browsing this forum: No registered users and 2 guests
