Search found 6 matches
- Wed Jul 08, 2026 9:19 am
- Forum: Data Manipulation
- Topic: EViews 14: Mixed graph option bug?
- Replies: 1
- Views: 670
EViews 14: Mixed graph option bug?
Hi, I am trying to create a fan chart by using the mixed graph option, setting the mean series to be a line and the quantiles to be bands. An example code: series a = @trend series b = @trend-1 series x = @trend+1 series f = @trend-.5 series e = @trend+.5 group g a b x f e g.mixed(panel=combine) lin...
- Tue Jul 07, 2026 6:37 am
- Forum: Models
- Topic: EViews 14: stochastic simulations with linked vs unlinked equations
- Replies: 3
- Views: 1305
Re: EViews 14: stochastic simulations with linked vs unlinked equations
Hi Matt, Thanks for the quick response—it has been very helpful. I'm interested in using bootstrapped innovations because my model contains a mix of linear and nonlinear equations. Based on your explanation, I do not need to load the equations as linked objects to perform stochastic simulations i.e....
- Fri Jul 03, 2026 3:54 am
- Forum: Models
- Topic: EViews 14: stochastic simulations with linked vs unlinked equations
- Replies: 3
- Views: 1305
EViews 14: stochastic simulations with linked vs unlinked equations
Hi, I had questions regarding stochastic simulations with bootstrapped innovations in EViews 14. Firstly, on the model set-up: I am thinking of experimenting with two versions of loading equations into the model. 1. If I use linked equation objects in the model, they are automatically loaded in as s...
- Wed Jul 09, 2025 2:31 am
- Forum: Estimation
- Topic: EViews 14: Bug in ARDL equation estimation
- Replies: 1
- Views: 187584
EViews 14: Bug in ARDL equation estimation
Hi, I have been trying to estimate this equation: equation eq_x.ardl(cov=hac) log(x) log(y) log(z) @ @TRENDBR("1999Q3") @TRENDBR("2000Q3") @TRENDBR("2005Q3") @TRENDBR("2010Q4") @TRENDBR("2012Q4") @TRENDBR("2015Q2") @TRENDBR("2020Q1&quo...
- Tue May 20, 2025 10:14 am
- Forum: Estimation
- Topic: ARDL: Make cointegrating relationship bug
- Replies: 2
- Views: 40282
Re: ARDL: Make cointegrating relationship bug
PS: I am not sure if the images were attached properly hence adding them here as a reply:
Output in EViews 13: Output in EViews 14:
Output in EViews 13: Output in EViews 14:
- Tue May 20, 2025 10:12 am
- Forum: Estimation
- Topic: ARDL: Make cointegrating relationship bug
- Replies: 2
- Views: 40282
ARDL: Make cointegrating relationship bug
Hi, I am currently trying to estimate an equation using ARDL. As a part of my diagnostic check of the specified equation I am following the steps laid out below (copied from the EViews blog post on ARDL https://blog.eviews.com/2017/05/autoregressive-distributed-lag-ardl.html ) "In fact, we can ...
