getting_started.rst 518 B

12345678910111213141516171819202122232425
  1. Getting started
  2. ---------------
  3. What is statisticsTest ?
  4. ~~~~~~~~~~~~~~~~~~~~~~~~
  5. The statisticsTest package contains additional statisticsTest for scipy package.
  6. What can it do ?
  7. ~~~~~~~~~~~~~~~~
  8. The supported test are :
  9. - Chi2 square Cochran-Armitage trend test
  10. Installation
  11. ~~~~~~~~~~~~
  12. Clone the current repository ::
  13. git clone https://gogs.alibellamine.me/alibell/statisticsTest.git
  14. Install dependencies with pip ::
  15. pip install -r requirements.txt
  16. Then install the library ::
  17. pip install -e .