Search found 17 matches

by temp01
Wed Sep 10, 2014 1:31 am
Forum: Any Other Business
Topic: Eviews COM Automation - User defined type not defined
Replies: 5
Views: 25729

Re: Eviews COM Automation - User defined type not defined

In the end there was a problem in that the Eviews 8.0 Libary was getting de-selected each time - after being clicked and ticked. Solved it by saving the workbook. :oops:
by temp01
Thu Aug 28, 2014 1:18 am
Forum: Any Other Business
Topic: Eviews COM Automation - User defined type not defined
Replies: 5
Views: 25729

Re: Eviews COM Automation - User defined type not defined

Thank you very much Steve. I will follow your advice and report back. :)
by temp01
Wed Aug 27, 2014 8:32 am
Forum: Any Other Business
Topic: Eviews COM Automation - User defined type not defined
Replies: 5
Views: 25729

Re: Eviews COM Automation - User defined type not defined

Thank you very much for your reply Steve. I had in fact sent them the office (excel) file that includes the script and made sure they had enabled the correct reference (Type 8.0 Library) as mentioned in the OP. Apologies if it wasn't clear. I will ensure that they run the same version of Eviews as t...
by temp01
Wed Aug 27, 2014 5:32 am
Forum: Any Other Business
Topic: Eviews COM Automation - User defined type not defined
Replies: 5
Views: 25729

Eviews COM Automation - User defined type not defined

Hello, I have created a VBA script that uses the Eviews COM object and it runs fine on my machine. However, when another user tries to run it they get the error: User defined type not defined and the debugger highlights the Dim mgr as New Eviews.Manager line of the following snippet Dim mgr As New E...
by temp01
Thu Feb 07, 2013 9:19 am
Forum: Programming
Topic: Dynamic principal components export
Replies: 3
Views: 4396

Re: Dynamic principal components export

Thank you very much for the reply Gareth. Take care.
by temp01
Thu Feb 07, 2013 4:26 am
Forum: Programming
Topic: Dynamic principal components export
Replies: 3
Views: 4396

Re: Dynamic principal components export

Also if anyone knows on a related note how to dynamically construct a VAR equation for a Kalman Filter. What I mean is for instance if I want 2 lags for 4 factors I will need to program a different equation than if I want 1 lag for 3 etc. Thank you.
by temp01
Thu Feb 07, 2013 3:51 am
Forum: Programming
Topic: Dynamic principal components export
Replies: 3
Views: 4396

Dynamic principal components export

Hello, I am using Eviews 7 on a Windows 7 machine. I am running a PCA and I want it to export principal compoenents dynamically, i.e. a loop from 1 to !F where !F is the number of principal components I need. Essentially if !F is 2 I want it to export 2 PCs, if !F is 4, 4 etc. %temp = "" f...
by temp01
Thu Apr 05, 2012 1:49 am
Forum: Models
Topic: model control
Replies: 5
Views: 9524

Re: model control

I get the same error, the Hessian is singular at iteration 1. It further says it is possible that this is caused by a control variable in one or more periods having no effect on any target variable. I tried adding numbers to the future positions of the endogenous variables but still get the same err...
by temp01
Wed Apr 04, 2012 6:03 am
Forum: Programming
Topic: Initialize Add Factor so model solves the target variable
Replies: 8
Views: 7533

Re: Initialize Add Factor so model solves the target variabl

The pdf documenting this is found in Eviews--> Addins--> docs.
by temp01
Wed Apr 04, 2012 5:58 am
Forum: Add-in Support
Topic: mcontrol (Multiple-control model solving)
Replies: 4
Views: 13909

Re: mcontrol (Multiple-control model solving)

Found it! You have to go to Eviews--> Add Ins --> Docs and there it is.
by temp01
Wed Apr 04, 2012 5:56 am
Forum: Add-in Support
Topic: mcontrol (Multiple-control model solving)
Replies: 4
Views: 13909

Re: mcontrol (Multiple-control model solving)

Are there any help files and if so how could we access them? Thanks.
by temp01
Wed Apr 04, 2012 2:22 am
Forum: Programming
Topic: Initialize Add Factor so model solves the target variable
Replies: 8
Views: 7533

Re: Initialize Add Factor so model solves the target variabl

Now it would be interesting to know how this was achieved. i.e. what is the code running behind this add-in? Is the creator in these forums?
by temp01
Wed Apr 04, 2012 2:16 am
Forum: Programming
Topic: Initialize Add Factor so model solves the target variable
Replies: 8
Views: 7533

Re: Initialize Add Factor so model solves the target variabl

I tried it on a simplistic model and it works as advertised! I made three groups: g_a is the group with the add factor variables to change g_var is the group with the variables we want to follow a specific path g_path is the group with the specific paths we want our variables to follow The order of ...
by temp01
Wed Apr 04, 2012 1:02 am
Forum: Programming
Topic: Initialize Add Factor so model solves the target variable
Replies: 8
Views: 7533

Re: Initialize Add Factor so model solves the target variabl

Thank you very much for this informaiton Gareth. I will try it today and let you know how it goes.
by temp01
Tue Apr 03, 2012 9:38 am
Forum: Programming
Topic: Initialize Add Factor so model solves the target variable
Replies: 8
Views: 7533

Re: Initialize Add Factor so model solves the target variabl

OK I tested it and it works great for one variable. It works as follows for anyone else interested: say you want to change the variable es to follow a specific path es_path by fiddling with the add factors of gr (gr_a) in your model named (rather imaginatively) model. You do: model.control gr_a es e...

Go to advanced search