Search found 2673 matches

by EViews Glenn
Wed Aug 17, 2022 12:11 pm
Forum: Programming
Topic: Generate a series based on 3 conditions
Replies: 3
Views: 2357

Re: Generate a series based on 3 conditions

Note that In this specific case, the @bounds function will do both parts of the bounded assignment:

Code: Select all

series w = @bounds(a, 0, 1)
by EViews Glenn
Fri Jun 03, 2022 10:47 am
Forum: Estimation
Topic: Peer Average of firm excluding own observation
Replies: 1
Views: 1746

Re: Peer Average of firm excluding own observation

Can you give an example of what you want calculated using the variables in your data? I am not entirely clear on what a peer is in this context.
by EViews Glenn
Fri May 27, 2022 5:39 am
Forum: Estimation
Topic: Forecast Markov Switching
Replies: 4
Views: 4078

Re: Forecast Markov Switching

Where is the workfile?
by EViews Glenn
Mon Feb 28, 2022 10:01 am
Forum: Estimation
Topic: SState ML estimation ignores initial values
Replies: 4
Views: 2628

Re: SState ML estimation ignores initial values

Great.

The values are taken from C (or whatever the explicit references are in the sspace object) but the @param overrides that default behavior.
by EViews Glenn
Fri Feb 25, 2022 12:21 pm
Forum: Estimation
Topic: SState ML estimation ignores initial values
Replies: 4
Views: 2628

Re: SState ML estimation ignores initial values

Sorry you are having problems. Which version of EViews are you using and what is the build date? Thanks.
by EViews Glenn
Wed Feb 16, 2022 9:13 am
Forum: Estimation
Topic: Do Panel DOLS and FMOLS estimations include time dummies or any other effect?
Replies: 1
Views: 20179

Re: Do Panel DOLS and FMOLS estimations include time dummies or any other effect?

Time-dummies are not included by default, but depending on the settings that you choose, individual deterministic constants, linear and quadratic trends are removed first, or the models with deterministic components are estimated on individual cross-sections. You can add other additional determinist...
by EViews Glenn
Tue Feb 15, 2022 9:52 am
Forum: Estimation
Topic: Forecast Markov Switching
Replies: 4
Views: 4078

Re: Forecast Markov Switching

EViews computes in-sample one-step ahead, filtered, and smoothed probabilities values. EViews doesn't compute the one-step ahead out of-sample forecasts of the probabilities since the one-step ahead predicted is really only defined for the first period post-forecast as there is no out-of-sample filt...
by EViews Glenn
Tue Dec 28, 2021 9:32 am
Forum: Suggestions and Requests
Topic: Pool objects: include "sum" in the statlist for the makestats procedure
Replies: 1
Views: 17054

Re: Pool objects: include "sum" in the statlist for the makestats procedure

Hi. Sorry, I just saw this question. This is a reasonable suggestion, though I can understand why it wasn't originally included as you can easily compute this using the commands grp1.makestates x? @ mean obs grp1.genr xsum = xmean / xobs The same sort of thing is true of the sums-of-squared deviatio...
by EViews Glenn
Wed Dec 22, 2021 1:09 pm
Forum: Estimation
Topic: unit root with multiple structural breaks
Replies: 2
Views: 12162

Re: unit root with multiple structural breaks

None of the above tests are supported as in-built features. I will put them on the list for future development consideration.
by EViews Glenn
Wed Dec 01, 2021 10:22 am
Forum: Estimation
Topic: Bai Perron Sequential L+1 vs L breakpoints test
Replies: 2
Views: 8769

Re: Bai Perron Sequential L+1 vs L breakpoints test

There are no known issues with the EViews code at larger sample sizes. That's not to say that there aren't, but that present, I don't know of anything that could be an issue. To be honest, I don't remember the details of the Gauss code, nor why there were issues for larger sample sizes. [edit: To re...
by EViews Glenn
Wed Oct 27, 2021 12:13 pm
Forum: Estimation
Topic: Switching VAR in eViews 11
Replies: 4
Views: 10802

Re: Switching VAR in eViews 11

Correct on the panel front. The issue is that the probabilities need to be handled on an individual basis, and this is quite tricky.
by EViews Glenn
Tue Oct 26, 2021 9:24 pm
Forum: Estimation
Topic: Switching VAR in eViews 11
Replies: 4
Views: 10802

Re: Switching VAR in eViews 11

The algorithm for estimating the switching model goes through after correctly accounting for the panel lags in the VAR, but I think that the handling of the state initializations isn't ideal and probably misleading. You could make an argument that what the algorithm is producing is valid, but I thin...
by EViews Glenn
Tue Oct 26, 2021 8:58 pm
Forum: Estimation
Topic: Switching VAR in eViews 11
Replies: 4
Views: 10802

Re: Switching VAR in eViews 11

1. I'll have to look at the greying out issue, but Markov switching VARs are problematic for panel data specifications. I'm suspect that it should be erroring for that data configuration, but perhaps I am not remembering what we are doing. I'll have to take a look. 2. No in principle, but yes in pra...
by EViews Glenn
Tue Oct 26, 2021 8:53 pm
Forum: Estimation
Topic: Estimating a state space model
Replies: 1
Views: 8008

Re: Estimating a state space model

A couple of things. First, the state space object requires that the parameters exist as coefficients in the workfile. So you'll have to create a RHO_UNEMP and a SIGMA in the workfile at least as large as the number of parameters that you use. coef(2) rho_unemp coef(6) sigma Second, even after fixing...
by EViews Glenn
Mon Sep 27, 2021 8:17 am
Forum: Estimation
Topic: Bivariate Markov Switching Model
Replies: 4
Views: 10942

Re: Bivariate Markov Switching Model

I've finished the modifications of the VAR switching code to permit a 0 0 lag specification. This fix will be included in the next patch for EViews 12.

Go to advanced search