Search found 4 matches
- Thu Feb 17, 2011 2:06 am
- Forum: Estimation
- Topic: Near Singular Matrix (GMM Equation)
- Replies: 12
- Views: 23224
Re: Near Singular Matrix (GMM Equation)
The steps are next: 1. Constructing the time series ARMA(2,1): smpl @all series e=nrnd smpl @first 2 series x=1 smpl @first+2 @last series x=1+0.9*x(-1)+0.5*x(-2)+e-1.2*e(-1) 2. View --> Correlogram http://forums.eviews.com/viewtopic.php?f=3&t=858 - here the similar problem was solved by EViews ...
- Wed Feb 16, 2011 11:51 am
- Forum: Estimation
- Topic: Near Singular Matrix (GMM Equation)
- Replies: 12
- Views: 23224
Re: Near Singular Matrix (GMM Equation)
Hello! I have been faced with some similar problem hence I am writing here. I have been trying construct correlogram for ARMA(2,1) equation x=1+0.9*x(-1)+0.5*x(-2)+e-1.2*e(-1) but EViews has been getting "Near singular matrix". May be that it is connected with exponential growth of x? Last...
- Wed Feb 16, 2011 10:03 am
- Forum: Estimation
- Topic: Problem with simulating ARMA(2,1)
- Replies: 2
- Views: 3617
Re: Problem with simulating ARMA(2,1)
Thanks very much!
- Wed Feb 16, 2011 9:30 am
- Forum: Estimation
- Topic: Problem with simulating ARMA(2,1)
- Replies: 2
- Views: 3617
Problem with simulating ARMA(2,1)
Hello! Help me, please. I have been generating (with "program") time series, consisting of 2500 observations and its process is ARMA(2,1): smpl @all series e=nrnd smpl @first @first series x=1 smpl 2 @last series x=1+0.5*x(-1)+0.1*x(-2)+e-1.2*e(-1) EViews has been getting only first value ...
