Von.Neumann.ratio.rank: Von Neumann ratio rank test

Description Usage Arguments Value Author(s) Source References Examples

Description

VonNeumannRatioRank returns the result of the Von Neumann ratio rank test applied to a time series.

Usage

1
VonNeumannRatioRank(dataSeries)

Arguments

dataSeries

time series of climate data

Value

The result of the Von Neumann ratio rank test.

Author(s)

Jose Gama

Source

Robert Bartels, 1982 The Rank Version of von Neumann's Ratio Test for Randomness Journal of the American Statistical Association Vol. 77, No. 377 pp. 40-46 http://www.jstor.org/stable/2287767

References

Robert Bartels, 1982 The Rank Version of von Neumann's Ratio Test for Randomness Journal of the American Statistical Association Vol. 77, No. 377 pp. 40-46 http://www.jstor.org/stable/2287767

Examples

1
2
3
4
5
# Von Neumann ratio rank test for Turin 1961-2003
testTurin<- VonNeumannRatioRank(yearly.average.temperature.Turin.Milan[,2])

# Von Neumann ratio rank test for Milan 1961-2003
testMilan<- VonNeumannRatioRank(yearly.average.temperature.Turin.Milan[,3])

Example output



climtrends documentation built on May 29, 2017, 11:58 p.m.