TAMO.util.WMWtest | index /home/David_Gordon/docs/TAMO/util/WMWtest.py |
Routines and interface for computing Mann-Whitney (Wilcoxon two-sample test)
Copyright (2005) Whitehead Institute for Biomedical Research (except as noted below)
All Rights Reserved
Author: David Benjamin Gordon
##
## Ported from perl code obtained from:
## https://www.fon.hum.uva.nl/Service/Statistics/Wilcoxon_Test.html
## COMMENTS are from original PERL code, which had the following
## information included in it:
##
## Copyright (C) 1996, 2001 Rob van Son
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either version 2
## of the License, or (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program(*); if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#############################################################################
## (*) Note: TAMO does not redistribute any source code from Rob van Son ####
#############################################################################
Modules | ||||||
|
Functions | ||
|
Data | ||
e = 2.7182818284590451 pi = 3.1415926535897931 |