Search found 30 matches

by random_user
Fri Jun 26, 2026 6:40 am
Forum: Bug Reports
Topic: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
Replies: 3
Views: 3100

Re: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap

thank you!
incidentally, wasn't aware of c=split, that's pretty useful.
by random_user
Wed Jun 24, 2026 11:37 am
Forum: Bug Reports
Topic: MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap
Replies: 3
Views: 3100

MIDAS fit statistics (R², SSR, etc..) estimation sample if there's a gap

Hello, Not a huge bug, but probably worth fixing. EViews version: 14 (April 22 build) When I use MIDAS, if I set the sample with a gap in the middle, for example 2010Q3–2026Q1 excluding 2020Q1 to 2022Q2 (pandemic), I noticed the R-squared can turn negative. In the regression I was testing, I was get...
by random_user
Tue Apr 14, 2026 1:21 pm
Forum: Bug Reports
Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Replies: 9
Views: 4531

Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous

Could you update to the latest version to see if that fixes it?
I updated to the latest version (March 4 2026 build), but unfortunately I still have the same problem
by random_user
Tue Apr 14, 2026 10:30 am
Forum: Bug Reports
Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Replies: 9
Views: 4531

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
by random_user
Mon Apr 13, 2026 5:51 am
Forum: Bug Reports
Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Replies: 9
Views: 4531

Re: Model solve with stochastic simulations crashes if bootstrap sample discontinuous

Sorry, should have mentioned that earlier.
EViews 14, Feb. 6 2025 build.
by random_user
Fri Apr 10, 2026 1:54 pm
Forum: Bug Reports
Topic: Model solve with stochastic simulations crashes if bootstrap sample discontinuous
Replies: 9
Views: 4531

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...
by random_user
Mon May 05, 2025 1:13 pm
Forum: Bug Reports
Topic: Fetching data from Statistics Canada is painfully slow
Replies: 3
Views: 45076

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.
by random_user
Mon Apr 28, 2025 7:20 am
Forum: Bug Reports
Topic: Fetching data from Statistics Canada is painfully slow
Replies: 3
Views: 45076

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...
by random_user
Fri Apr 25, 2025 2:25 pm
Forum: Bug Reports
Topic: Fetching data from Statistics Canada is painfully slow
Replies: 3
Views: 45076

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...
by random_user
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: 41497

Re: Why can't we create a var with no lags anymore in EViews 14?

Ok, I see. Thanks for the quick response!
by random_user
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: 41497

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...
by random_user
Mon Feb 05, 2024 9:33 am
Forum: Models
Topic: addinit(v=a)
Replies: 4
Views: 53201

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!
by random_user
Mon Dec 18, 2023 9:40 am
Forum: Econometric Discussions
Topic: Seasonality Adjustment of Missing Values
Replies: 1
Views: 45189

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.

Go to advanced search