Search found 13319 matches

by EViews Gareth
Fri May 28, 2010 10:21 am
Forum: Add-in Support
Topic: ARIMASel (Automatic ARIMA selection)
Replies: 85
Views: 143906

Re: ARIMASel (Automatic ARIMA selection)

ok, just uploaded a new version that lets you select which seasonal terms to search within
by EViews Gareth
Fri May 28, 2010 8:51 am
Forum: Add-in Support
Topic: ARIMASel (Automatic ARIMA selection)
Replies: 85
Views: 143906

Re: ARIMASel (Automatic ARIMA selection)

Unfortunately EViews won't let you add enough ARMA terms to make going up to 12 possible.

I suppose an alternative approach would be to let you specify which SAR/SMA terms you want to search between, rather than going all the way up to a maximum.

I'll contemplate it.
by EViews Gareth
Fri May 28, 2010 7:54 am
Forum: Programming
Topic: Several Regressions
Replies: 13
Views: 9326

Re: Several Regressions

Code: Select all

for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !i<>!j and !i<>!z and !j<>!z then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
by EViews Gareth
Fri May 28, 2010 7:04 am
Forum: Programming
Topic: Several Regressions
Replies: 13
Views: 9326

Several Regressions

What have you tried and how did it not work?
by EViews Gareth
Thu May 27, 2010 12:02 pm
Forum: Add-in Support
Topic: TSNorm (Bai and Ng Time-series normality test)
Replies: 0
Views: 3851

TSNorm (Bai and Ng Time-series normality test)

This thread is about the TSNorm add-in that computes the Bai and Ng (2005, JBES) normality, skewness and kurtosis tests for time-series data.
by EViews Gareth
Thu May 27, 2010 10:53 am
Forum: Add-in Support
Topic: RecShade (add US recession shading)
Replies: 27
Views: 75599

Re: RecShade (add US recession shading)

Out of interest, when EViews disappeared, did any error message pop up, or was it just a complete vanishing?
by EViews Gareth
Thu May 27, 2010 10:46 am
Forum: Add-in Support
Topic: RecShade (add US recession shading)
Replies: 27
Views: 75599

Re: RecShade (add US recession shading)

No, you are absolutely correct, EViews should never crash like that, even if the user has made a mistake. Unfortunately it can be hard for us to fix those crashes without replicatability. Obviously one thing I can suggest is that you keep your copy of EViews 7 as up to date as possible, we fix bugs ...
by EViews Gareth
Thu May 27, 2010 10:42 am
Forum: Estimation
Topic: Non-negativity constraints GARCH(1,1)
Replies: 4
Views: 5130

Re: Non-negativity constraints GARCH(1,1)

Sorry, didn't realise you wanted to constrain the variance regressors. That can't be done.
by EViews Gareth
Thu May 27, 2010 8:32 am
Forum: Add-in Support
Topic: ZAURoot (Zivot-Andrews Unit Root test)
Replies: 89
Views: 182652

Re: ZAURoot (Zivot-Andrews Unit Root test)

Could you email me (support@eviews.com) your workfile and your EViews serial number?
by EViews Gareth
Thu May 27, 2010 8:05 am
Forum: Add-in Support
Topic: RecShade (add US recession shading)
Replies: 27
Views: 75599

Re: RecShade (add US recession shading)

Just so I'm clear - you were running a program you had written yourself, then you ran the add-in on a workfile, and EViews crashed?

Had you run your program a few times where it had stopped because of an error?
by EViews Gareth
Thu May 27, 2010 8:00 am
Forum: Programming
Topic: Several Regressions
Replies: 13
Views: 9326

Re: Several Regressions

Code: Select all

for !i = 1 to 10
for !j = 1 to 10
for !z = 1 to 10
if !i<>!j and !i<>!z then
equation eq_{!i}_{!j}_{!z}.ls curr{!i} c curr{!j} curr{!z}
endif
next
next
next
by EViews Gareth
Wed May 26, 2010 9:29 pm
Forum: Data Manipulation
Topic: How to Correctly Structure a File for Import into E-Views
Replies: 3
Views: 5001

How to Correctly Structure a File for Import into E-Views

Also, if you haven't already done so you should read the panel data guide:
viewtopic.php?f=7&t=74
by EViews Gareth
Wed May 26, 2010 9:09 pm
Forum: Data Manipulation
Topic: How to Correctly Structure a File for Import into E-Views
Replies: 3
Views: 5001

How to Correctly Structure a File for Import into E-Views

I'm using my phone, so can't give you a full answer. However, I can give you a few clues. Once your workfile is setup as a panel you don't need to worry about lags, even if you're unbalanced - EViews will know how to handle it properly. You also don't need to worry about filling in NAs in Excel. EVi...
by EViews Gareth
Wed May 26, 2010 7:27 pm
Forum: Programming
Topic: How can I retrieve statistics from a View of an object?
Replies: 12
Views: 61304

How can I retrieve statistics from a View of an object?

Or, just use the mode=overwrite option on the freeze command.

Go to advanced search