Learn R Programming

climtrends (version 1.0.6)

VonNeumannRatioRank: Von Neumann ratio rank test

Description

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

Usage

VonNeumannRatioRank(dataSeries)

Arguments

dataSeries
time series of climate data

Value

The result of the Von Neumann ratio rank test.

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

Run this code
# 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])

Run the code above in your browser using DataLab