Search found 3775 matches

by startz
Tue May 19, 2009 7:32 am
Forum: Data Manipulation
Topic: viewing correlogram
Replies: 8
Views: 10719

Re: viewing correlogram

That is very odd indeed. You might want to take a look at your series and be sure it isn't full of NAs.
by startz
Fri May 15, 2009 8:03 am
Forum: Programming
Topic: Cycle through graphs
Replies: 4
Views: 4598

Re: Cycle through graphs

You might put all the graphs in a spool, and then scroll through the spool.
by startz
Thu May 14, 2009 6:28 am
Forum: Estimation
Topic: One tail t-statistics
Replies: 2
Views: 14233

Re: One tail t-statistics

Hi everyone I am working on my thesis and I am running regression analysis. I am trying to do one tail t-test but I am only getting results for two tail test. Can anyone tell is there any command or function that I can use to do only one tail t-test. I will really appreciate if someone can help me....
by startz
Thu May 14, 2009 6:27 am
Forum: Estimation
Topic: NAIRU and Kalman Filter
Replies: 15
Views: 17429

Re: NAIRU and Kalman Filter

A couple of points. (1) Are you sure you want the gap to follow a random walk rather than an AR model? (2) With that adjustment, this would be the Clark model. kappa isn't very well identified in that model. (3) You may want to consider allowing correlation between the errors, as in the Morley, Nels...
by startz
Tue May 12, 2009 7:40 pm
Forum: Estimation
Topic: Need Help! [URGENT]
Replies: 1
Views: 2769

Re: Need Help! [URGENT]

Hi guys. I need some help about my homework. I am a newbie and don't know much about using EViews. I need to make some tests with the data which I will send you. It is very simple actually but I can't do it on my own. The thing I am requesting from you is to make an OLS regression. And see if there...
by startz
Fri May 08, 2009 5:22 am
Forum: Estimation
Topic: Regression with Dummy Variables
Replies: 2
Views: 4467

Re: Regression with Dummy Variables

I want to apply OLS with dummy variables. I have taken five days of the week and their daily returns for 5 years. while estimating the equation, i think i am not able to run the command in appropriate way. As i am using financial time series, plz help me out how should i run the command? I simply t...
by startz
Thu May 07, 2009 12:15 pm
Forum: Estimation
Topic: Sorting groups after quantiles
Replies: 8
Views: 7900

Re: Sorting groups after quantiles

Ok. So I have a data set containing information on 10.000 firms over items like "assets", "debt", "net income, "dividend"... etc reported from 1994 - 2006 for each firm: Example: Yr Comp Assets Debt NetIncome Div ... 95 1 260 54 150 20 96 1 200 50 60 15 95 2 700 2...
by startz
Mon May 04, 2009 8:28 am
Forum: Estimation
Topic: [Help] Three stages least squares method
Replies: 12
Views: 16715

Re: [Help] Three stages least squares method

I've been working with eviews for days, and using 3sls. Unfortunately, after I have regressed my simultaneous systems, I got some strange results from eviews Output. I found that My all system's R-square was minus :? ?? geez, Did I missed something here ? I've been also tested stationarity each var...
by startz
Fri May 01, 2009 5:26 am
Forum: Estimation
Topic: [Help] Three stages least squares method
Replies: 12
Views: 16715

Re: [Help] Three stages least squares method

simultaneous models from literature are: Gr(Y) = a0 + a1(I/Y) + a2(FDI/Y) + a3GrL +a4Gr(X) + t FDI/Y = b0 + b1Gr(Y) + b2 (Y/N) + b3Gr(Pw) + t I/Y = c0 + c1Gr(Y/N) + c2(Y/N) + c3Gr(X) + c4Gr(Kf) + t Gr(X) = d0 + d1Gr(Y) + d2REER + d3(Y/N)+d4Gr(Yf) + t a0, b0, c0, d0 are constant number t is an error...
by startz
Fri May 01, 2009 3:38 am
Forum: Estimation
Topic: [Help] Three stages least squares method
Replies: 12
Views: 16715

Re: [Help] Three stages least squares method

I plan to use Three stages least squares estimation method for my thesis project, is this method available on Eviews 6 ? As i could not found any three stages least squares command on eviews (sorry i'm newbie :oops: ). My thesis is about simultaneous equations, as i have 4 equations on these simult...
by startz
Thu Apr 30, 2009 6:32 am
Forum: Estimation
Topic: How to run panel estimation
Replies: 2
Views: 4697

Re: How to run panel estimation

I have imported all of my data into eviews as an balanced panel data. I am using state by state data. So therefore, I have 51 cross-sections with 31 years worth of data. I am attempting to run a basic solow model meaning this is my equation: lny= constant + gt + lnk + lnl and aslo lny/l= constant +...
by startz
Thu Apr 30, 2009 4:57 am
Forum: Estimation
Topic: Parameter Estimation
Replies: 3
Views: 5311

Re: Parameter Estimation

How to estimate the parameters in Eviews with restrictions on the parameters across the equations. The restrictions are of the form a1/b1=a2/b2 for a system consisting of 2 equations of the form: y=a1*x1+a2*x2+k1 and z=b1*x1+b2*x2+k2 We know what the series y, z, x1, and x2 are. Thanks Use a System...
by startz
Thu Apr 30, 2009 4:52 am
Forum: Estimation
Topic: ARIMA vs MA with lagged dependent variable
Replies: 10
Views: 15661

Re: ARIMA vs MA with lagged dependent variable

Which two specifications are you talking about? As Startz pointed out, estimating: Y AR(1) MA(1) and estimating Y Y(-1) MA(1) Are the same thing. Everything else is pretty much different. I'm talking about any arma vs lagged dependent variable model with ma terms (except for this special case). The...
by startz
Wed Apr 29, 2009 9:05 am
Forum: Econometric Discussions
Topic: Cochorane-Orcutt procedure
Replies: 31
Views: 37664

Re: Cochorane-Orcutt procedure

Dear Startz, I am thinking that whether I should apply the Prais-Winsten for calculating the first observation or not. If not, it means that after each iteration of C-O procedure, one observation will be lost. I dont know what should be the way. Could please give me your ideas? My advice is to use ...
by startz
Wed Apr 29, 2009 5:45 am
Forum: Data Manipulation
Topic: Calculate the product of all data values in a series?
Replies: 6
Views: 6808

Re: Calculate the product of all data values in a series?

cuccu wrote:I am using 'for' loop to solve this problem. Thank you, QMS Gareth.

You may also be able to do

Code: Select all

series product=FTSE_return
smpl 2 @last
product = product(-1)*FTSE_return

and then use the last element of product.

Go to advanced search