
Last chance! 50% off unlimited learning
Sale ends in
A popular statistic to test for independence is the von Neumann ratio.
VonNeumannTest(x, alternative = c("two.sided", "less", "greater"), unbiased = TRUE)
a numeric vector containing the observations
a character string specifying the alternative hypothesis, must be one of "two.sided"
(default), "greater"
or "less"
. You can specify just the initial letter.
logical. In order for VN to be an unbiased estimate of the true population value, the calculated value is multiplied by
A list with class "htest" containing the components:
the value of the VN statistic and the normalized statistic test.
the size of the data, after the remotion of consecutive duplicate values.
the p-value of the test.
a character string describing the alternative hypothesis.
a character string indicating the test performed.
a character string giving the name of the data.
The VN test statistic is in the unbiased case
The VN test statistic is in the original (biased) case
Missing values are silently removed.
von Neumann, J. (1941) Distribution of the ratio of the mean square successive difference to the variance. Annals of Mathematical Statistics 12, 367-395.
# NOT RUN {
VonNeumannTest(d.pizza$temperature)
# }
Run the code above in your browser using DataLab