586
WILCOXON WILCOXON(range, [median]) calculates the
Wilcoxon Signed Rank statistic for values in the
data column range. The median value under
the null hypothesis is assumed to be 0, unless a
median value is specifi ed.
WILCOXONP WILCOXONP(range, [median], [Alt]) calculates
the p value of the Wilcoxon Signed Rank statistic
for values in the data column range. The median
value under the null hypothesis is assumed
to be 0, unless a median value is specifi ed.
A two-sided alternative hypothesis is assumed
unless Alt 52 1, in which case the “less than”
alternative hypothesis is assumed, or Alt 5 1,
in which case the “greater than” alternative
hypothesis is assumed.
ZSTAT ZSTAT(range, sigma, [mean]) calculates the
z-test statistic for values in the data column range
with a standard deviation sigma. The mean value
under the null hypothesis is assumed to be 0,
unless a mean value is specifi ed.
ZSTATP ZSTATP(range, sigma, [mean], [Alt]) calculates
the p value for the z test statistic for values in
the data column range with a standard deviation
sigma. The mean value under the null hypothesis
is assumed to be 0, unless a mean value is
specifi ed. A two-sided alternative hypothesis
is assumed unless Alt 52 1, in which case the
“less than” alternative hypothesis is assumed,
or Alt 5 1, in which case the “greater than”
alternative hypothesis is assumed.