Displaying 1 result from an estimated 1 matches for "alphanoteonsetdist".
Did you mean:
alphanoteonsetdists
2010 Jun 23
3
Wilcoxon signed rank test and its requirements
...bution, and take a sample of it. Then I compare that sample with the mean of the population like here in "Wilcoxon signed rank test with continuity correction":
> wilcox.test(Sample,mu=mean(All), alt="two.sided")
Wilcoxon signed rank test with continuity correction
data: AlphaNoteOnsetDists
V = 63855, p-value = 0.0002093
alternative hypothesis: true location is not equal to 0.4115136
> wilcox.test(Sample,mu=mean(All), alt = "greater")
Wilcoxon signed rank test with continuity correction
data: AlphaNoteOnsetDists
V = 63855, p-value = 0.0001047
alternative hypothes...