Search found 5 matches

by ba79B
Sat Aug 08, 2009 8:19 am
Forum: Other Time Series Analysis
Topic: modified R/S Statistic
Replies: 6
Views: 13498

Re: modified R/S Statistic

TomDoan wrote:%CDSTAT is a scalar, so you use DISPLAY:

Code: Select all

@RSStatistic(lags=k) Rt 1 5300
disp "R/S Statistic" %cdstat

Thank you for your help.
by ba79B
Sat Aug 08, 2009 3:38 am
Forum: Other Time Series Analysis
Topic: modified R/S Statistic
Replies: 6
Views: 13498

Re: modified R/S Statistic

The RSStatistic procedure doesn't produce any output since you usually do quite a few of them (varying the range or the window width) and produce some type of sensitivity table. The value of the R/S statistic is put into the %CDSTAT variable. The Willinger, Taqqu and Teverovsky replication file has...
by ba79B
Fri Aug 07, 2009 12:20 pm
Forum: Other Time Series Analysis
Topic: modified R/S Statistic
Replies: 6
Views: 13498

modified R/S Statistic

Hi, I have a little problem for computing modified R/S Statistic. To estimate the Hurst exponent by the modified R/S Statistic (proposed by Lo), I am trying to use RSStatistic synthax. But, when I write, for exemple, “@ RSSTatistic (lags = m) returnseries start end”, I get no output unlike the synth...
by ba79B
Fri Jun 19, 2009 9:52 am
Forum: Other Time Series Analysis
Topic: ADF Z Test & Phillips Perron
Replies: 2
Views: 6319

Re: ADF Z Test & Phillips Perron

Thanks for your answer.
by ba79B
Wed Jun 17, 2009 10:02 am
Forum: Other Time Series Analysis
Topic: ADF Z Test & Phillips Perron
Replies: 2
Views: 6319

ADF Z Test & Phillips Perron

Hi,
The procedure URADF.SRC computes a statistic called "Augmented
Dickey Fuller Z-Test". Can anybody tell me what this Z-test is all
about ? Is it equivalent to the Phillips-Perron Z statistics ?
Thank you for your answers.