Skip to main content

A statistics and probability library for Python

Project description

m_stats

PyPI - Python Version PyPI - License PyPI GitHub last commit


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page