Hi gareth,
Is there a quick way to generate charts of each series to compare?
Search found 18 matches
- Mon Mar 16, 2026 2:43 pm
- Forum: General Information and Tips and Tricks
- Topic: comparing every series between two Eviews workfiles
- Replies: 3
- Views: 217552
- Sun Feb 22, 2026 3:45 pm
- Forum: Programming
- Topic: summation in time series
- Replies: 0
- Views: 10357
summation in time series
Hi
I'm building a time series which is a discounted average of future expectations. Is there a compact way to construct that besides nested for loops?

Houji
I'm building a time series which is a discounted average of future expectations. Is there a compact way to construct that besides nested for loops?

Houji
- Mon Nov 10, 2025 11:57 am
- Forum: Programming
- Topic: Saving wf1 as TSD
- Replies: 1
- Views: 7553
Saving wf1 as TSD
Hi,
Is it still possible to export a eviews workfile wf1 to a tsd file? In eviews14.
Houji
Is it still possible to export a eviews workfile wf1 to a tsd file? In eviews14.
Houji
- Mon Sep 08, 2025 1:12 pm
- Forum: Data Manipulation
- Topic: @keep function for workfiles
- Replies: 1
- Views: 12377
@keep function for workfiles
Hi,
Is there a way to only keep certain series when saving a workfile? I know there's @keep but it seems to only work when I save to non Wf1 files.
Is there a way to only keep certain series when saving a workfile? I know there's @keep but it seems to only work when I save to non Wf1 files.
- Thu Jun 19, 2025 3:10 pm
- Forum: General Information and Tips and Tricks
- Topic: comparing every series between two Eviews workfiles
- Replies: 3
- Views: 217552
comparing every series between two Eviews workfiles
Hi, I am trying to replicate an eviews workfile, and I want to compare if each series within the respective workfiles are identical. I'm wondering if there is an efficient way to do this? Ex. WF1 and wf2 has gdp r, cpi i want to compare the three series and flag when a series is not identical (\neq ...
- Tue May 27, 2025 2:27 pm
- Forum: General Information and Tips and Tricks
- Topic: Matching the average of the cubic spline interpolation to equal the high frequency data
- Replies: 6
- Views: 63310
Re: Matching the average of the cubic spline interpolation to equal the high frequency data
I had something in mind as the SPATQ function in TROLL. Format: SPATQ( series [, levelflag ] ) series = an annual numeric timeseries levelflag = NA, FALSE or 0 (treat series as a flow: equalize sums) TRUE or 1 (treat series as a level: equalize means) Usage: Function (DO commands, programs) Return V...
- Mon May 26, 2025 1:58 pm
- Forum: General Information and Tips and Tricks
- Topic: Matching the average of the cubic spline interpolation to equal the high frequency data
- Replies: 6
- Views: 63310
Re: Matching the average of the cubic spline interpolation to equal the high frequency data
Hi Gareth,
I think the cubicaverage would be a great function to implement in the future, much like the quadratic average. in the meantime, how difficult would it be for me to create a user script to perform the cubic average algo?
I think the cubicaverage would be a great function to implement in the future, much like the quadratic average. in the meantime, how difficult would it be for me to create a user script to perform the cubic average algo?
- Fri Dec 29, 2023 1:22 pm
- Forum: Bug Reports
- Topic: Import excel not reading full file
- Replies: 2
- Views: 48185
Re: Import excel not reading full file
Thank you, that worked.
- Fri Dec 22, 2023 8:39 am
- Forum: Bug Reports
- Topic: Import excel not reading full file
- Replies: 2
- Views: 48185
Import excel not reading full file
Hi, I'm trying to import an Excel file through drag and drop and the results differ whether I have the Excel workbook open or not. When I have it closed, only 2 of the 11 series are loaded. When it's opened, all 11 series load fine. eviews excel.png I also checked to see if I had saved the series in...
- Tue Jun 13, 2023 1:46 pm
- Forum: Econometric Discussions
- Topic: comparing ARDL model vs AR model
- Replies: 8
- Views: 61570
Re: comparing ARDL model vs AR model
Thanks Gareth!
I froze the table, and parsed the lag number using the @mid string function.
I froze the table, and parsed the lag number using the @mid string function.
- Tue Jun 13, 2023 10:42 am
- Forum: Econometric Discussions
- Topic: comparing ARDL model vs AR model
- Replies: 8
- Views: 61570
Re: comparing ARDL model vs AR model
Thanks Gareth! The problem with that code is that the ARDL model selected isnt necessarily the one with the largest lag. For example, the max lag specification I gave was 4, lags, but Eviews picked ARDL(2,0) based on the BIC. Is there a way to recover the "2" from the ARDL(2,0) model selec...
- Tue Jun 13, 2023 10:12 am
- Forum: Econometric Discussions
- Topic: comparing ARDL model vs AR model
- Replies: 8
- Views: 61570
Re: comparing ARDL model vs AR model
Is there a way to do so in the command line? I want to incorporate it into a loop.
- Tue Jun 13, 2023 9:35 am
- Forum: Econometric Discussions
- Topic: comparing ARDL model vs AR model
- Replies: 8
- Views: 61570
Re: comparing ARDL model vs AR model
Hi Gareth,
Yes, estimate the two equations side by side, and compare forecasting properties (RMSE)
Yes, estimate the two equations side by side, and compare forecasting properties (RMSE)
- Tue Jun 13, 2023 9:31 am
- Forum: Programming
- Topic: Reselecting Coefficients After ARDL
- Replies: 4
- Views: 13987
Re: Reselecting Coefficients After ARDL
Not if you want to do the post-estimation cointegration stuff. If all you're interested in is a true ARDL model, you can re-estimate it as a least squares equation with the lags you want. Hi Gareth, let'S say I want to remove the regressors to get an AR model, is there a quick wat to do that in the...
- Mon Jun 12, 2023 1:38 pm
- Forum: Econometric Discussions
- Topic: comparing ARDL model vs AR model
- Replies: 8
- Views: 61570
comparing ARDL model vs AR model
Hi, I have an ARDL model for inflation and output gap using the autolag select based on the BIC, and I want to compare the model against the AR model (no output gap). Is there a quick way to compare these two models in the command line? I can't seem to find how to extract the selected lags. Ex. if t...
