Test statistics for mean reverting property

View: New views
4 Messages — Rating Filter:   Alert me  

Test statistics for mean reverting property

by kennylin nthu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all:
   Does anybody know the function in R with which we can
test the mean reverting property of a time series?
Thanks.


Best,
Kenny Lin

_______________________________________________
R-SIG-Finance@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.

Re: Test statistics for mean reverting property

by Matthieu Stigler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I don't know any direct procedure to test if a time series is mean
reverting but if you rely on the fact that a stationnary time series has
the property to be mean reverting, then just test for stationnarity. R
has many unit root and stationnarity tests for this in packages urca,
uroot and tseries.

Matthieu

kennylin nthu a écrit :

> Dear all:
>    Does anybody know the function in R with which we can
> test the mean reverting property of a time series?
> Thanks.
>
>
> Best,
> Kenny Lin
>
> _______________________________________________
> R-SIG-Finance@... mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only.
> -- If you want to post, subscribe first.
>

_______________________________________________
R-SIG-Finance@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.

Re: Test statistics for mean reverting property

by John C. Frain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If your H0 is mean reverting have a look at the KPSS test which is
also implemented in urca.  For most of the unit root tests H0 is that
there is a unit root and the series is non-stationary.  If you are
using urca have a look at the book 'Analysis of integrated and
cointegrated time series with R', Springer by Bernhard Pfaff who is
responsible for the urca package

Best Regards

John

On 16/04/2008, kennylin nthu <kennylin@...> wrote:

> Dear all:
>   Does anybody know the function in R with which we can
> test the mean reverting property of a time series?
> Thanks.
>
>
> Best,
> Kenny Lin
>
> _______________________________________________
> R-SIG-Finance@... mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only.
> -- If you want to post, subscribe first.
>
>


--
John C Frain
Trinity College Dublin
Dublin 2
Ireland
www.tcd.ie/Economics/staff/frainj/home.htm
mailto:frainj@...
mailto:frainj@...

_______________________________________________
R-SIG-Finance@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.

Re: Test statistics for mean reverting property

by Ajay Shah :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>  >    Does anybody know the function in R with which we can
>  > test the mean reverting property of a time series?

A package called "vrtest".

--
Ajay Shah
ajayshah@...
http://www.mayin.org/ajayshah
http://ajayshahblog.blogspot.com

_______________________________________________
R-SIG-Finance@... mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.