Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.04 KB

index.rst

File metadata and controls

55 lines (34 loc) · 1.04 KB

Introduction

PyStats is a Python 3 library of statistical analysis and distribution functions with simple R-like syntax, scalar/list input/output with OpenMP parallelization.

Author: Marc Izquierdo

License: MIT License


Installation

You can use pip to install this library:

pip install pystats

Alternatively, you can also clone this repository and install the plugin manually using pip:

$ git clone git@github.com:marcizhu/PyStats.git
$ pip3 install ./PyStats

After that, you can just import pystats (or do from pystats import * if you don't want to type pystats. before all functions) and you're ready to go.


Contents

.. toctree::
   :caption: Guide
   :maxdepth: 2

   syntax_notes
   examples

.. toctree::
   :caption: API
   :maxdepth: 2

   api/index_dist
   api/index_other