Search found 3 matches

by jmccown
Sun Jun 21, 2015 12:42 pm
Forum: Programming
Topic: How to Run unit root tests on part of a series?
Replies: 1
Views: 1851

How to Run unit root tests on part of a series?

I am doing a monte carlo simulation that generates numbers using nrnd then does a unit root test on them. I have a series that runs from 1850 to 1968 that I'm doing 10,000 monte carlo replications. Table adf_stats For !i = 1 to 10000 series ppmtswn = ppm + 2.908 * nrnd freeze(monte,mode=overwrite) p...
by jmccown
Sat Jun 20, 2015 12:35 pm
Forum: Data Manipulation
Topic: How to add observations onto a series? Eviews 9
Replies: 2
Views: 3712

How to add observations onto a series? Eviews 9

I have a workfile that has a series ppm. It is annual data from 1850 to 1958. Then I create a new series ppmtswn that adds a random number to each observation in ppm: series ppmtswn = ppm + 2.908 * nrnd What I want to do now is just add ten more observations (nonrandom) onto the end of ppmtswn, for ...

Go to advanced search