Mercurial > repos > bgruening > statistical_hypothesis_testing
diff readme.rst @ 0:22ed769665b6 draft default tip
Uploaded
author | bgruening |
---|---|
date | Sun, 01 Feb 2015 18:35:40 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Sun Feb 01 18:35:40 2015 -0500 @@ -0,0 +1,53 @@ +Galaxy wrapper for statistical hypothesis testing with scipy +============================================================ + +Computes a large number of probability distributions as well as a statistical functions of any kind. +For more informations have a look at the `SciPy site`_. + +.. _`SciPy site`: http://docs.scipy.org/doc/scipy/reference/stats.html + + +============ +Installation +============ + +Should be done via the Galaxy `Tool Shed`_. +Install the following repository: https://toolshed.g2.bx.psu.edu/view/bgruening/statistical_hypothesis_testing + +.. _`Tool Shed`: http://wiki.galaxyproject.org/Tool%20Shed + + +======= +History +======= + + - v0.1: no release yet + - v0.2: add a lot more statistics + + + + +Wrapper Licence (MIT/BSD style) +=============================== + + * Copyright (c) 2013-2014 B. Gruening (bjoern dot gruening <at> gmail dot com) + * Copyright (c) 2015 Hui Li lihui900116 <at> gmail dot com + +Permission to use, copy, modify, and distribute this software and its +documentation with or without modifications and for any purpose and +without fee is hereby granted, provided that any copyright notices +appear in all copies and that both those copyright notices and this +permission notice appear in supporting documentation, and that the +names of the contributors or copyright holders not be used in +advertising or publicity pertaining to distribution of the software +without specific prior permission. + +THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. +