Search found 14 matches

by Sharky
Tue Oct 15, 2024 9:25 am
Forum: Programming
Topic: Graph::axis commands
Replies: 3
Views: 23158

Re: Graph::axis commands

Thanks Gareth, I'm on 12 University. I've got a 4x4 grouped bar chart and have successfully labelled one dimension but not the other. matrix(5,5) rmseit for !bb=1 to 5 for !aa=1 to 5 rmseit(!aa,!bb) = rmse_a((!aa*7)-3,!bb+1) next next freeze(rmseitgraph) rmseit.bar rmseitgraph.setelem(1) legend(&quo...
by Sharky
Tue Oct 15, 2024 7:27 am
Forum: Programming
Topic: Graph::axis commands
Replies: 3
Views: 23158

Re: Graph::axis commands

Follow-up question: how to manually label the grouped bars on the x axis? Presumably explained in the same place...
by Sharky
Tue Oct 15, 2024 4:03 am
Forum: Programming
Topic: Graph::axis commands
Replies: 3
Views: 23158

Graph::axis commands

I'm trying to suppress x axis labels in a bar chart freeze(rmseitgraph) rmseit.bar Page 43 of https://cdn1.eviews.com/EViews%2012%20Command%20Ref.pdf mentions that Graph::axis can be used to modify axes but I can't see anywhere a list of the Graph::axis options for editing or setting anywhere in the...
by Sharky
Thu Dec 21, 2023 6:56 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Re: Exec and directory

OK I've replaced with include and for some reason it works. Very strange.
by Sharky
Wed Dec 20, 2023 12:38 pm
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Re: Exec and directory

Should be. Seems strange. Can you do the following: Create a brand new program. Enter a single line: exec ".\foo.prg" Save as "c:\temp\test.prg" (make sure you have a folder called test) Run It should error saying "c:\temp\foo.prg not found" Not sure what you mean by '...
by Sharky
Wed Dec 20, 2023 10:05 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Re: Exec and directory

Is your copy of EViews up to date?
I downloaded Eviews 12 University edition about a month ago - is that up to date?
by Sharky
Wed Dec 20, 2023 8:39 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Re: Exec and directory

Is the program you are running from saved to disk?
Yes, saved to and running from C drive.
by Sharky
Wed Dec 20, 2023 2:34 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Re: Exec and directory

Thanks Gareth. Any idea why it's calling from addins even though I'm using

Code: Select all

.\
?
by Sharky
Tue Dec 19, 2023 11:39 am
Forum: Programming
Topic: Exec and directory
Replies: 10
Views: 143543

Exec and directory

This is very strange and I can't see what I'm doing wrong. The code cd "<...>\PhD version files" <various minor routines> exec ".\create all appex v5.prg" When I run it, I get an error saying that the program 'create all appex v5.prg' isn't found on disk in a totally different pl...
by Sharky
Wed Aug 17, 2016 8:40 am
Forum: Add-in Support
Topic: BVARs and fcast
Replies: 8
Views: 12357

Re: BVARs and fcast

I've got it through my university. Is it possible to update without them doing so for the whole department? Or do I need to wait for that?
by Sharky
Wed Aug 17, 2016 8:11 am
Forum: Add-in Support
Topic: BVARs and fcast
Replies: 8
Views: 12357

Re: BVARs and fcast

Mar 22 2013
by Sharky
Wed Aug 17, 2016 3:23 am
Forum: Add-in Support
Topic: BVARs and fcast
Replies: 8
Views: 12357

Re: BVARs and fcast

Eviews 8 (x64)
by Sharky
Tue Aug 16, 2016 8:50 am
Forum: Add-in Support
Topic: BVARs and fcast
Replies: 8
Views: 12357

Re: BVARs and fcast

I've tried using makemodel and solving for forecasts that way but get the same problem so maybe this shouldn't be in "Add-in support"... for !ii=!m to !b-1 'EXPAND smpl @first @first+!ii var brecvar.bvar(NOCONST,prior=lit) 1 4 c_ inve y labobs robs pinfobs w brecvar.makemodel(bvarmodel) sm...
by Sharky
Tue Aug 16, 2016 6:54 am
Forum: Add-in Support
Topic: BVARs and fcast
Replies: 8
Views: 12357

BVARs and fcast

Hi I am using the fcast add-on to forecast with VARs. It works fine with the ECM (.ec) but when I tell it to fcast all the series using the .bvar, several of the series don't forecast out of sample. Oddly, one (the first) does. Does anyone have any idea whether there are any known issues in using fc...

Go to advanced search