Search found 13319 matches

by EViews Gareth
Wed Nov 10, 2010 10:18 pm
Forum: Installation and Registration
Topic: Re-install problem: original CD's blank
Replies: 2
Views: 6694

Re-install problem: original CD's blank

You should contact our office at sales@EViews.com
by EViews Gareth
Wed Nov 10, 2010 10:47 am
Forum: Estimation
Topic: Extrapolation.
Replies: 12
Views: 12693

Re: Extrapolation.

Actually our forum software does the trimming on internal post urls itself. Thus if you copy a full post url from the address bar and paste it into a post you're writing, without using the url tags, it will trim it for you:

viewtopic.php?f=4&t=3282
by EViews Gareth
Tue Nov 09, 2010 4:57 pm
Forum: Add-in Support
Topic: mcontrol (Multiple-control model solving)
Replies: 4
Views: 13933

mcontrol (Multiple-control model solving)

This thread is for the mcontrol add-in, written by Flint Brayton (fbrayton on the forums).
by EViews Gareth
Tue Nov 09, 2010 1:10 pm
Forum: Estimation
Topic: Extrapolation.
Replies: 12
Views: 12693

Re: Extrapolation.

That's a bit like asking how long is a piece of string. Linear extrapolation (i.e. just putting a straight line through the first two available points and extending that line back to 1960) is sort of built in.
by EViews Gareth
Tue Nov 09, 2010 12:46 pm
Forum: Estimation
Topic: Extrapolation.
Replies: 12
Views: 12693

Re: Extrapolation.

Without knowing which particular mathematical method you would like to use to estimate the values from 1960, it is hard to know whether EViews can do it or not.
by EViews Gareth
Tue Nov 09, 2010 10:56 am
Forum: Estimation
Topic: Extrapolation.
Replies: 12
Views: 12693

Re: Extrapolation.

Can you explain what you mean by Extrapolation?
by EViews Gareth
Tue Nov 09, 2010 10:01 am
Forum: Programming
Topic: Estimating ARIMA in dlogs but forecasting in logs
Replies: 5
Views: 5503

Re: Estimating ARIMA in dlogs but forecasting in logs

Rather than using dlcopp as your dependent variable, use dlog(copp) as your dependent variable (assuming you have a variable called copp).
by EViews Gareth
Mon Nov 08, 2010 5:11 pm
Forum: Estimation
Topic: Pool GARCH
Replies: 1
Views: 2533

Re: Pool GARCH

No. EViews does not do panel/pool GARCH
by EViews Gareth
Mon Nov 08, 2010 8:16 am
Forum: Programming
Topic: Command line execution
Replies: 1
Views: 2401

Command line execution

You cannot return an error code (well you could with some complicated error handling in the EViews program).

You can stop error messages by setting the maximum error count to something very large with the setmaxerrs command
by EViews Gareth
Mon Nov 08, 2010 8:13 am
Forum: Add-in Support
Topic: BVAR (Bayesian VAR)
Replies: 23
Views: 29036

BVAR (Bayesian VAR)

The Bayesian VAR Addin is currently being completely overhauled. If you can wait a few more days...
by EViews Gareth
Sun Nov 07, 2010 3:50 pm
Forum: Models
Topic: Error Correction simulation
Replies: 7
Views: 8642

Error Correction simulation

Piece of cake :D
by EViews Gareth
Sun Nov 07, 2010 2:13 pm
Forum: Models
Topic: Error Correction simulation
Replies: 7
Views: 8642

Re: Error Correction simulation

I can't replicate it with some random data I generated. What is the build date of your copy of EViews? (Available from Help->About EViews).
by EViews Gareth
Sun Nov 07, 2010 8:33 am
Forum: Models
Topic: Error Correction simulation
Replies: 7
Views: 8642

Re: Error Correction simulation

Could you post your workfile and exact instructions on how to replicate the error?
by EViews Gareth
Fri Nov 05, 2010 2:18 pm
Forum: Data Manipulation
Topic: Recession analysis
Replies: 4
Views: 4157

Re: Recession analysis

So in essence you're really asking how to create an index series based upon a certain date:

Code: Select all

series xidx = x/@elem(x, "1991m1")*100

Go to advanced search