Search found 7 matches

by eviewsnc
Tue Jul 17, 2018 6:25 am
Forum: Estimation
Topic: Insufficient observations
Replies: 3
Views: 3983

Re: Insufficient observations

startz wrote:EViews starts estimation with whatever is stored in the c vector. In your case, this is causing some division by zero. Try saying

Code: Select all

c = 1
before you start the estimation.


Many thanks Startz, works perfectly.
by eviewsnc
Tue Jul 17, 2018 3:05 am
Forum: Estimation
Topic: Insufficient observations
Replies: 3
Views: 3983

Insufficient observations

Dear all, I am trying to estimate a fertility curve, using the data in the attached workfile. I am trying to estimate the following equation using least squares (other estimation methods also do not yield results). equation eq1.ls fertility=c(1)*(c(2)/c(3))*(c(3)/age)^(3/2)*exp(-(c(2))^2*(c(3)/age+a...
by eviewsnc
Wed Mar 01, 2017 2:42 am
Forum: Data Manipulation
Topic: Seasonal adjustment
Replies: 2
Views: 4042

Re: Seasonal adjustment

I don't think there is a direct way to do it. you can initially seasonally adjust the series and ensure that it equals the annual (four quarter sum) by equally distributing the residual to the series. Thanks saranya, I was hoping there would be some automatic option but it appears not. Many thanks ...
by eviewsnc
Mon Feb 20, 2017 5:45 am
Forum: Data Manipulation
Topic: Seasonal adjustment
Replies: 2
Views: 4042

Seasonal adjustment

Hi all, A quick question on seasonal adjustment in Eviews. I was looking to seasonally adjust a quarterly series, however I would like the annual (i.e. four quarter sum) total of the seasonally adjusted series to be the same as the original raw series. I am using code along the following lines, wher...
by eviewsnc
Fri Jan 15, 2016 3:03 am
Forum: Programming
Topic: Spool comment in loops
Replies: 2
Views: 2624

Re: Spool comment in loops

Thanks Jason,works perfectly!!
by eviewsnc
Thu Jan 14, 2016 10:57 am
Forum: Programming
Topic: Spool comment in loops
Replies: 2
Views: 2624

Spool comment in loops

Hi all, I am trying to use the description of each variable in a group as the comment in my spool. I know spool comments are normally inside inverted commas, is there any way to set the comment for a spool to be the description of a series? Thanks for !i=1 to levels_real.@count %1 = levels_real.@ser...
by eviewsnc
Tue Nov 10, 2015 4:29 am
Forum: Data Manipulation
Topic: Sending confidential data?
Replies: 1
Views: 2678

Sending confidential data?

Hi all, As part of a project I am working on I have to send a workfile containing a model and the underlying data to a user. Some of my data is confidential and hence I can not send it to the user. I could of course just populate the confidential series with NAs but then the user would be unable to ...

Go to advanced search