comparison scripts/statistics/tests/u_test.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 34f96dd5441b
children 93c65f2a5668
comparison
equal deleted inserted replaced
7000:e87f860624cc 7001:8b0cfeb06365
29 ## interest can be selected. If @var{alt} is @code{"!="} or 29 ## interest can be selected. If @var{alt} is @code{"!="} or
30 ## @code{"<>"}, the null is tested against the two-sided alternative 30 ## @code{"<>"}, the null is tested against the two-sided alternative
31 ## PROB (@var{x} > @var{y}) != 1/2. If @var{alt} is @code{">"}, the 31 ## PROB (@var{x} > @var{y}) != 1/2. If @var{alt} is @code{">"}, the
32 ## one-sided alternative PROB (@var{x} > @var{y}) > 1/2 is considered. 32 ## one-sided alternative PROB (@var{x} > @var{y}) > 1/2 is considered.
33 ## Similarly for @code{"<"}, the one-sided alternative PROB (@var{x} > 33 ## Similarly for @code{"<"}, the one-sided alternative PROB (@var{x} >
34 ## @var{y}) < 1/2 is considered, The default is the two-sided case. 34 ## @var{y}) < 1/2 is considered. The default is the two-sided case.
35 ## 35 ##
36 ## The p-value of the test is returned in @var{pval}. 36 ## The p-value of the test is returned in @var{pval}.
37 ## 37 ##
38 ## If no output argument is given, the p-value of the test is displayed. 38 ## If no output argument is given, the p-value of the test is displayed.
39 ## @end deftypefn 39 ## @end deftypefn