Thank you, Steve!
I'll contact you and to support@eviews.com.
Sincerely,
Dauren
Search found 17 matches
- Mon Dec 19, 2016 6:39 pm
- Forum: Programming
- Topic: Problem with connecting to Eviews installed on another computer
- Replies: 3
- Views: 4307
- Mon Dec 19, 2016 4:20 am
- Forum: Programming
- Topic: Problem with connecting to Eviews installed on another computer
- Replies: 3
- Views: 4307
Problem with connecting to Eviews installed on another computer
Hi all! In the post: http://forums.eviews.com/viewtopic.php?f=5&t=3142&p=55690#p55690 Steve wrote: Hi Patrice: If I'm understanding you correctly, you want to write a .NET program that uses COM Automation to run EViews that is installed on another computer? If so, what you're asking for is D...
- Thu Dec 01, 2016 2:23 am
- Forum: Programming
- Topic: Setting password to EviewsDB or workfile
- Replies: 2
- Views: 2984
Re: Setting password to EviewsDB or workfile
Thank you Gareth for your quick response!
Best regards,
Dauren
Best regards,
Dauren
- Thu Dec 01, 2016 2:09 am
- Forum: Programming
- Topic: Setting password to EviewsDB or workfile
- Replies: 2
- Views: 2984
Setting password to EviewsDB or workfile
Hi all!
How can i set password to EviewsDB or workfile?
Is it possible?
Best regards,
Dauren
How can i set password to EviewsDB or workfile?
Is it possible?
Best regards,
Dauren
- Mon Jul 21, 2014 10:10 pm
- Forum: Programming
- Topic: Adding identity to the system object
- Replies: 1
- Views: 3357
Adding identity to the system object
Hi, all! The following code from the Evievs 8.0 Help does not work: system macro1 macro1.append cons=c(1)+c(2)*gdp+c(3)*cons(-1) macro1.append inv=c(4)+c(5)*tb3+c(6)*d(gdp) macro1.append gdp=cons+inv+gov macro1.append inst tb3 gov cons(-1) gdp(-1) macro1.gmm show macro1.results Below is error messag...
- Mon May 05, 2014 5:58 pm
- Forum: Estimation
- Topic: How to use FIML method to structural models in Eviews?
- Replies: 0
- Views: 1924
How to use FIML method to structural models in Eviews?
Hi all!
In Eviews there is System object, which contains Full Information Maximum Likelihood (FIML) estimation method. But the object not allow to set structural econometric model with identities. Does anyone know how to use FIML method to structural models in Eviews?
Best regards,
Dauren
In Eviews there is System object, which contains Full Information Maximum Likelihood (FIML) estimation method. But the object not allow to set structural econometric model with identities. Does anyone know how to use FIML method to structural models in Eviews?
Best regards,
Dauren
- Wed Apr 16, 2014 2:45 am
- Forum: Models
- Topic: Dynamic structural econometric general equilibrium models
- Replies: 0
- Views: 4410
Dynamic structural econometric general equilibrium models
Does anyone know whether exist dynamic structural econometric general equilibrium models? And how build them in Eviews?
Best regards,
Dauren
Best regards,
Dauren
- Fri Dec 20, 2013 10:31 pm
- Forum: Programming
- Topic: How work with "sleep" command in Eviews?
- Replies: 2
- Views: 3318
Re: How work with "sleep" command in Eviews?
Thanks a lot, it works. But I used to read "Help" (Eviews 7 Help), where the syntax for the sleep command is:
Code: Select all
sleep(n)- Fri Dec 20, 2013 2:10 am
- Forum: Programming
- Topic: How work with "sleep" command in Eviews?
- Replies: 2
- Views: 3318
How work with "sleep" command in Eviews?
Hello! I would like to use the "sleep" command in Eviews. For example, look at the the following code: !sleeptime = 0.1 tic sleep(sleeptime) scalar elapsed_t = @toc toc where elapsed_t = 5, i.e. 5 seconds. The following code gives similar result: !sleeptime = 10000 tic sleep(sleeptime) sca...
- Tue Sep 17, 2013 10:51 am
- Forum: Models
- Topic: maximum number of stochastic equations?
- Replies: 6
- Views: 8598
Re: maximum number of stochastic equations?
Thank you!
And yet, no one has tested it?
And yet, no one has tested it?
- Tue Sep 17, 2013 10:25 am
- Forum: Models
- Topic: maximum number of stochastic equations?
- Replies: 6
- Views: 8598
Re: maximum number of stochastic equations?
2000 variables
- Tue Sep 17, 2013 10:23 am
- Forum: Models
- Topic: maximum number of stochastic equations?
- Replies: 6
- Views: 8598
Re: maximum number of stochastic equations?
700 stochastic equations and 1000 identities
- Tue Sep 17, 2013 1:12 am
- Forum: Models
- Topic: maximum number of stochastic equations?
- Replies: 6
- Views: 8598
maximum number of stochastic equations?
I want to create large model in "model" object.
How many (maximum number) of stochastic equations and identities can be used in the "model" object in Eviews 7.2 (and 8 )?
Best regards,
Dauren
How many (maximum number) of stochastic equations and identities can be used in the "model" object in Eviews 7.2 (and 8 )?
Best regards,
Dauren
- Thu Nov 01, 2012 10:55 pm
- Forum: Programming
- Topic: Use TRAMO/SEATS in Eviews
- Replies: 6
- Views: 7334
Re: Use TRAMO/SEATS in Eviews
Thanks, trubador! It works!
- Fri Sep 07, 2012 10:43 pm
- Forum: Programming
- Topic: Use TRAMO/SEATS in Eviews
- Replies: 6
- Views: 7334
Re: Use TRAMO/SEATS in Eviews
Let`s choose the marked settings and click this buttons. Then, we can have the following result: Y=Y_SA+Y_SF.
