mathematical
Mathematical tools for Pythonβπβπβπ οΈ
Includes tools for calculating mean, median and standard deviation of rows in data frames, detection of outliers, and statistical calculations
Docs |
|
---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
|
Installation
mathematical
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install mathematical
To install with conda
:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install mathematical