Socket
Socket
Sign inDemoInstall

stats

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stats

Calculator-style statistical functions


Maintainers
1

Statistical functions

stats is a pure-Python module providing basic statistics functions similar to those found on scientific calculators. It has over 40 statistics functions, including:

Univariate statistics:

  • arithmetic, harmonic, geometric and quadratic means
  • median, mode, midrange, trimean
  • mean of angular quantities
  • running and weighted averages
  • quartiles, hinges and quantiles
  • variance and standard deviation (sample and population)
  • average deviation and median average deviation (MAD)
  • skew and kurtosis
  • standard error of the mean

Multivariate statistics:

  • Pearson's correlation coefficient
  • Q-correlation coefficient
  • covariance (sample and population)
  • linear regression
  • sums Sxx, Syy and Sxy

and others.

Requires Python 3.1 or better.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc