Illegal lags or index specification
Posted: Fri Aug 20, 2010 8:01 am
I am trying to estimate an equation of the form:
Where peak_css is a time series of prices, reserve_margin is a time series of available spare capacity in the system. My objective is to get an equation where the prices respond to available capacity up to a certain point, and then beyond that don't react any more.
Whenever I try to estimate this equation I get the error "Illegal lax or index specification for coefficient C". What does this mean and how can I estimate my question?
I also get the same error when I try to estimate the simpler equation:
But I don't get an error when I estimate
I am using Eviews version 7.
Regards,
Tracy
Code: Select all
peak_css=c*(1/reserve_margin + (1-1/0.2))Whenever I try to estimate this equation I get the error "Illegal lax or index specification for coefficient C". What does this mean and how can I estimate my question?
I also get the same error when I try to estimate the simpler equation:
Code: Select all
peak_css=c+d*reserve_margin+e*rm_invCode: Select all
peak_css c reserve_margin rm_invRegards,
Tracy