Search found 33 matches

by dravenous
Wed Aug 31, 2022 1:49 pm
Forum: Programming
Topic: Is there a way to reference a program line?
Replies: 2
Views: 1666

Is there a way to reference a program line?

Hi I'm looking for something that will paste the line number in a logmsg. I've been manually doing "logmsg Line X" but would love if there's some sort of @line command I'm not aware of because if I write additional program lines obviously my manually entered "Line X" will be inco...
by dravenous
Mon Dec 03, 2018 7:54 am
Forum: Estimation
Topic: Identity in model object using stochastic LHS variables
Replies: 0
Views: 2136

Identity in model object using stochastic LHS variables

Greetings, This is probably a dumb question, but I have this model object where we have let's say these 2 stochastic equations Y = A + B + C Z = D + E + F and I want to insert an identity into the model object that is Q = Y + Z Now Eviews says that data is missing, which is true because Y+Z haven't ...
by dravenous
Thu May 24, 2018 1:10 pm
Forum: Programming
Topic: Check if series exists in database
Replies: 3
Views: 3326

Re: Check if series exists in database

That actually helped a lot, thanks gareth. I was able to use @wquery to achieve what I needed. This is unrelated, but when you are using logmsg to post messages, is there anyway to force them all into one line. For example logmsg Hi logmsg my logmsg name logmsg is logmsg Fred to display as "Hi ...
by dravenous
Thu May 24, 2018 11:08 am
Forum: Programming
Topic: Check if series exists in database
Replies: 3
Views: 3326

Check if series exists in database

Is there an efficient way to check if a series exists in a database and then if it doesn't have eviews look in a different database?

if "series" exists in db1 then fetch it
if not fetch from db2

something like that?
by dravenous
Mon Apr 30, 2018 9:18 pm
Forum: Programming
Topic: Automatic ARIMA Forecasting
Replies: 3
Views: 3240

Re: Automatic ARIMA Forecasting

What's the command for that?

I know that you can run an ARDL "equation test1.ardl(options)" so it's something similar?
by dravenous
Mon Apr 30, 2018 4:30 pm
Forum: Programming
Topic: Automatic ARIMA Forecasting
Replies: 3
Views: 3240

Automatic ARIMA Forecasting

Can Automatic ARIMA Forecasting be done programmatically through a loop over a number of equations?
by dravenous
Tue Apr 10, 2018 8:01 pm
Forum: Programming
Topic: Specify # of deci points in export?
Replies: 2
Views: 3066

Re: Specify # of deci points in export?

Still would be useful if a sol'n to this is out there! thanks
by dravenous
Thu Mar 01, 2018 2:57 pm
Forum: Programming
Topic: Store ARDL regression order in a scalar?
Replies: 2
Views: 2635

Re: Store ARDL regression order in a scalar?

This worked wonderfully, thank you. SOO much more straight forward.
by dravenous
Thu Mar 01, 2018 2:34 pm
Forum: Programming
Topic: Store ARDL regression order in a scalar?
Replies: 2
Views: 2635

Store ARDL regression order in a scalar?

Essentially I was wondering if I could get the order of my ARDL estimated equations into scalars so I could bulk test that the main RHS variable met a certain criteria. I have a large number of equations and I want to be able to loop through and flag when the main RHS variable coefficient is negativ...
by dravenous
Thu Mar 01, 2018 2:29 pm
Forum: Programming
Topic: Can you extract Q stats from residuals into a vector?
Replies: 2
Views: 2673

Re: Can you extract Q stats from residuals into a vector?

Thanks! I ended up freezing the output and extracting the cells I needed. Seems to be a decent work around.
by dravenous
Wed Feb 28, 2018 6:20 pm
Forum: Programming
Topic: Can you extract Q stats from residuals into a vector?
Replies: 2
Views: 2673

Can you extract Q stats from residuals into a vector?

Wondering if something such as @coef/@fprob exists for the Q stats from the residual page of a regression. Thanks!
by dravenous
Mon Feb 26, 2018 4:09 pm
Forum: Programming
Topic: Specify # of deci points in export?
Replies: 2
Views: 3066

Specify # of deci points in export?

Hey guys I was just wondering if there was a way to specify the number of decimal places in an eviews export to excel? For example if the origin file has 6 decimals place and I just want one to show up in the excel sheet? Thanks!
by dravenous
Thu Jul 20, 2017 2:36 pm
Forum: Programming
Topic: Export series @remarks/labels
Replies: 3
Views: 3558

Export series @remarks/labels

Hey guys, is there a way to export a data series and it's label programmatically? I don't think there was in 9.5, but I thought I recalled reading that it was going to be possible with Eviews 10, is that the case?

Thanks!
by dravenous
Thu Apr 20, 2017 11:14 am
Forum: Programming
Topic: Top 5 Values in a specific year across varying series
Replies: 0
Views: 2077

Top 5 Values in a specific year across varying series

Hey guys, Essentially I have a regular old workfile set up with a number of series. I've created program that creates a number of graphs from 1990 to 2046. The graph has 50 different series on it, I want to programatically change the line styling of the 5 highest value series in 2046. I'm trying to ...
by dravenous
Fri Apr 07, 2017 12:02 pm
Forum: Bug Reports
Topic: COM automation bug?
Replies: 4
Views: 4538

Re: COM automation bug?

To my knowledge Excel wasn't updated, but that doesn't mean it didn't happen behind the scenes. I am using the April 3 2017 build of Eviews. I removed the type library reference, saved, manually re-added, same crash. It's quite bizarre.

Go to advanced search