Re: [R] Randomness tests

2015-09-25 Thread Giorgio Garziano
By "interested in any kind of deviation from randomness", I mean that I would like to apply all "randtests" R package randomness tests, if they give reliable results for {-1, 1} sequences. [[alternative HTML version deleted]] __ R-help@r-projec

Re: [R] Randomness tests

2015-09-25 Thread Bert Gunter
.@dcn.davis.ca.us] > Sent: venerdì 25 settembre 2015 18:49 > To: Giorgio Garziano; r-help@r-project.org > Subject: Re: [R] Randomness tests > > You are way off topic for this list. Perhaps stats.stackexchange.c

Re: [R] Randomness tests

2015-09-25 Thread Giorgio Garziano
Good suggestion, thanks. -Original Message- From: Jeff Newmiller [mailto:jdnew...@dcn.davis.ca.us] Sent: venerdì 25 settembre 2015 18:49 To: Giorgio Garziano; r-help@r-project.org Subject: Re: [R] Randomness tests You are way off topic for this list. Perhaps stats.stackexchange.com

Re: [R] Randomness tests

2015-09-25 Thread Jeff Newmiller
You are way off topic for this list. Perhaps stats.stackexchange.com would be a better place to ask such a question. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#.

Re: [R] Randomness tests

2015-09-25 Thread Giorgio Garziano
I am interested in any kind of deviation from randomness. I would like to know if the fact that a time series can take values only from the set {-1, 1} restricts the type of randomness tests that can be done. -- Giorgio Garziano [[alternative HTML version deleted]] _

Re: [R] Randomness tests

2015-09-23 Thread Johannes Huesing
Giorgio Garziano [Tue, Sep 22, 2015 at 10:24:25PM CEST]: Hi, to test randomness of time series whose values can only be +1 and -1, are all following randomness tests applicable or only a part of ? I don't know the details of all those tests but the general problem is that the alternative

[R] Randomness tests

2015-09-22 Thread Giorgio Garziano
Hi, to test randomness of time series whose values can only be +1 and -1, are all following randomness tests applicable or only a part of ? cox.stuart.test difference.sign.test bartels.rank.test rank.test runs.test Tests provided by the randtests R package. Thanks. Giorgio Garziano