stats


Namestats JSON
Version 0.1.2a PyPI version JSON
download
home_pagehttp://code.google.com/p/pycalcstats/
SummaryCalculator-style statistical functions
upload_time2010-12-31 09:02:15
maintainerNone
docs_urlNone
authorSteven D'Aprano
requires_pythonNone
licenseMIT
keywords statistics mathematics calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.
            

Raw data

            {
    "_id": null,
    "home_page": "http://code.google.com/p/pycalcstats/",
    "name": "stats",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "statistics,mathematics,calculator",
    "author": "Steven D'Aprano",
    "author_email": "steve+python@pearwood.info",
    "download_url": "https://files.pythonhosted.org/packages/87/43/f2d8d8e2660740ecca9c0fab85a07bc02da27d1fcc5071ee481082888720/stats-0.1.2a.tar.gz",
    "platform": "UNKNOWN",
    "description": "Statistical functions\n---------------------\n\nstats is a pure-Python module providing basic statistics functions similar\nto those found on scientific calculators. It has over 40 statistics functions,\nincluding:\n\nUnivariate statistics:\n  * arithmetic, harmonic, geometric and quadratic means\n  * median, mode, midrange, trimean\n  * mean of angular quantities\n  * running and weighted averages\n  * quartiles, hinges and quantiles\n  * variance and standard deviation (sample and population)\n  * average deviation and median average deviation (MAD)\n  * skew and kurtosis\n  * standard error of the mean\n\nMultivariate statistics:\n  * Pearson's correlation coefficient\n  * Q-correlation coefficient\n  * covariance (sample and population)\n  * linear regression\n  * sums Sxx, Syy and Sxy\n\nand others.\n\n\nRequires Python 3.1 or better.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Calculator-style statistical functions",
    "version": "0.1.2a",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://code.google.com/p/pycalcstats/"
    },
    "split_keywords": [
        "statistics",
        "mathematics",
        "calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8743f2d8d8e2660740ecca9c0fab85a07bc02da27d1fcc5071ee481082888720",
                "md5": "76138d4c0298c9c427f1d97ad045be88",
                "sha256": "854e59fa99f92ce8319c16149ef8e9939dba3e2237bbb0fb6a6094c60155bd4c"
            },
            "downloads": -1,
            "filename": "stats-0.1.2a.tar.gz",
            "has_sig": false,
            "md5_digest": "76138d4c0298c9c427f1d97ad045be88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 127625,
            "upload_time": "2010-12-31T09:02:15",
            "upload_time_iso_8601": "2010-12-31T09:02:15.131891Z",
            "url": "https://files.pythonhosted.org/packages/87/43/f2d8d8e2660740ecca9c0fab85a07bc02da27d1fcc5071ee481082888720/stats-0.1.2a.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2010-12-31 09:02:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stats"
}
        
Elapsed time: 0.26151s