Many thanks Startz, works perfectly.EViews starts estimation with whatever is stored in the c vector. In your case, this is causing some division by zero. Try sayingbefore you start the estimation.Code: Select all
c = 1
Search found 7 matches
- Tue Jul 17, 2018 6:25 am
- Forum: Estimation
- Topic: Insufficient observations
- Replies: 3
- Views: 5187
Re: Insufficient observations
- Tue Jul 17, 2018 3:05 am
- Forum: Estimation
- Topic: Insufficient observations
- Replies: 3
- Views: 5187
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...
- Wed Mar 01, 2017 2:42 am
- Forum: Data Manipulation
- Topic: Seasonal adjustment
- Replies: 2
- Views: 5109
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 ...
- Mon Feb 20, 2017 5:45 am
- Forum: Data Manipulation
- Topic: Seasonal adjustment
- Replies: 2
- Views: 5109
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...
- Fri Jan 15, 2016 3:03 am
- Forum: Programming
- Topic: Spool comment in loops
- Replies: 2
- Views: 3122
Re: Spool comment in loops
Thanks Jason,works perfectly!!
- Thu Jan 14, 2016 10:57 am
- Forum: Programming
- Topic: Spool comment in loops
- Replies: 2
- Views: 3122
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...
- Tue Nov 10, 2015 4:29 am
- Forum: Data Manipulation
- Topic: Sending confidential data?
- Replies: 1
- Views: 3101
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 ...
