index.md.txt 519 B

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