Search found 28 matches
- Thu Apr 16, 2026 7:02 am
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
- Wed Apr 15, 2026 6:02 am
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
- Tue Apr 14, 2026 1:21 pm
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
I updated to the latest version (March 4 2026 build), but unfortunately I still have the same problemCould you update to the latest version to see if that fixes it?
- Tue Apr 14, 2026 10:30 am
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
My organization is currently blocking updates. But I'll complain and get on their case and update you. Thanks
- Mon Apr 13, 2026 5:51 am
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Sorry, should have mentioned that earlier.
EViews 14, Feb. 6 2025 build.
EViews 14, Feb. 6 2025 build.
- Fri Apr 10, 2026 1:54 pm
- Forum: Bug Reports
- Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
- Replies: 9
- Views: 263
Model solve with stochastic simulations crashes if bootstrap sample discontinuous
As the title says, I'm encountering an apparent bug when trying to solve the model with stochastic simulations, if I select a bootstrap sample that is not continuous. For example, this leads to a crash where EViews closes: sample s1 2000q1 2025q4 if @year<>2020 m.stochastic(s=s1) m.solve Any help/fi...
- Mon May 05, 2025 1:13 pm
- Forum: Bug Reports
- Topic: Fetching data from Statistics Canada is painfully slow
- Replies: 3
- Views: 34586
Re: Fetching data from Statistics Canada is painfully slow
Follow-up question: could the data description also be added fetched?
For example, it would be nice to see a description of the series added as a series attribute.
For example, it would be nice to see a description of the series added as a series attribute.
- Mon Apr 28, 2025 7:20 am
- Forum: Bug Reports
- Topic: Fetching data from Statistics Canada is painfully slow
- Replies: 3
- Views: 34586
Re: Fetching data from Statistics Canada is painfully slow
Thanks for the quick response. I understand it may be a very large download, but if there's anything that can be done to make it smaller (or download faster) in the future, that would make the feature much more helpful. For example, in my case, all these series were being downloaded from the very sa...
- Fri Apr 25, 2025 2:25 pm
- Forum: Bug Reports
- Topic: Fetching data from Statistics Canada is painfully slow
- Replies: 3
- Views: 34586
Fetching data from Statistics Canada is painfully slow
First: thanks to the EViews team for adding the Statistics Canada data connectivity feature. It's pretty handy to have! But, at the moment, its usefulness is severely limited by the fact that it takes a very long time for me to fetch data from it. I will share some details below about that. mode qui...
- Fri Mar 28, 2025 8:30 am
- Forum: Bug Reports
- Topic: Why can't we create a var with no lags anymore in EViews 14?
- Replies: 2
- Views: 33920
Re: Why can't we create a var with no lags anymore in EViews 14?
Ok, I see. Thanks for the quick response!
- Fri Mar 28, 2025 6:23 am
- Forum: Bug Reports
- Topic: Why can't we create a var with no lags anymore in EViews 14?
- Replies: 2
- Views: 33920
Why can't we create a var with no lags anymore in EViews 14?
In Eviews 13, a line like this would work: var var_example.ls(noconst) 0 0 x1 x2 @ exog1 It would successfully create a VAR with no lags -- each endogenous variable is simply only regressed against "exog1". I perfectly understand that this is not exactly what a VAR should be - but the abil...
- Mon Feb 05, 2024 9:33 am
- Forum: Models
- Topic: addinit(v=a)
- Replies: 4
- Views: 46734
Re: addinit(v=a)
It seems that this is specific to the model you're using. Because I tried it on my end, and the model I was using solved successfully both times. Strange!
- Mon Dec 18, 2023 9:40 am
- Forum: Econometric Discussions
- Topic: Seasonality Adjustment of Missing Values
- Replies: 1
- Views: 39601
Re: Seasonality Adjustment of Missing Values
Well, one idea: in X-13, you can switch the model estimation method to "additive" rather than multiplicative. Then, values of zero won't be a problem (NAs are still an issue). The downside is that you may get a negative value in 2020m4 and 2020m5, but then you could overwrite that to zero.
- Mon Sep 11, 2023 12:04 pm
- Forum: Programming
- Topic: Nowcasting with partial information into a quarter
- Replies: 1
- Views: 9954
Re: Nowcasting with partial information into a quarter
Well, first you have to decide what you'd do in practice if there's only one month of data (or two months, etc..). If there's just one month of data, you can't use the same equation since you'd have NAs in the explanatory variables. (for example, there might be no data for "monthly\x1(-1)"...
- Thu Sep 07, 2023 9:04 am
- Forum: Estimation
- Topic: on Diebold Mariano automatic procedure
- Replies: 7
- Views: 21351
Re: on Diebold Mariano automatic procedure
I agree with this. I think essentially what he/she is saying is that the forecasts generated when you run the forecast evaluation are dynamic (rather than static) forecasts. This is problematic for equations that use lags of the dependent variable (which most forecasting equations do). For example, ...
