A statistics and probability library for Python
Project description
m_stats
A statistics and probability library for Python; which includes functions to make operations of:
- Probability distributions
- Confidence intervals estimation
- Hypothesis testing
- ANOVA (Analysis of variance)
- Simple linear regression
- Multiple regression
- Time series
And also includes functions to:
- Graph distributions
- Graph hypothesis tests
- Graph linear regressions
To use and explore the library, you can install it with PyPi.
$ pip install m_stats
And then import it into your files.
import m_stats as ms
And to use its functionalities, you should access to them in this way:
ms.linregr.regression(x, y)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
m_stats-0.1.4.tar.gz
(10.9 kB
view details)
File details
Details for the file m_stats-0.1.4.tar.gz
.
File metadata
- Download URL: m_stats-0.1.4.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7076223d371b7865687a4effcacd83daf87ef8d7edf88a69bba37600512668d |
|
MD5 | 3efdd8637f4f4a954aa5d25b9399c117 |
|
BLAKE2b-256 | 321e3d214a0204cdc75fb252da01fe0ab0992330d94d2a22b55a48e8f13da021 |