{ "info": { "author": "Gleicon Moraes", "author_email": "gleicon@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Port of https://github.com/thirtysixthspan/descriptive_statistics to python. \nI've encapsulated it in an Enum class as I wasn't intending to modify the original list.\nMy main use will be at https://github.com/gleicon/pymetrics package.\n\nInstall\n $ python setup install\n\nBasic usage:\n\n from py_descriptive_statistics import Enum \n enum = Enum([2,6,9,3,5,1,8,3,6,9,2])\n \n print enum.number() \n print enum.sum() \n print enum.mean() \n print enum.median() \n print enum.variance() \n print enum.standard_deviation() \n print enum.percentile(70) \n print enum.percentile(95) \n print enum.percentile(99)\n\nTo run tests\n $ cd tests\n $ python pdstests.py\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gleicon/py_descriptive_statistics", "keywords": "descriptive statistics enum mean percentile standard deviation variance stats metrics", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "py_descriptive_statistics", "package_url": "https://pypi.org/project/py_descriptive_statistics/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py_descriptive_statistics/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gleicon/py_descriptive_statistics" }, "release_url": "https://pypi.org/project/py_descriptive_statistics/0.2/", "requires_dist": null, "requires_python": null, "summary": "Descriptive Statistcs for Python - simple library that implements mean, variance, std deviation, percentile over lists of numbers", "version": "0.2" }, "last_serial": 796940, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "5b7a7199cf049ea9e1ff48da34006867", "sha256": "18526e9368302f74c463f4dc92d05d1e7f0a07cf40850269ca9c3184196d4a13" }, "downloads": -1, "filename": "py_descriptive_statistics-0.2.tar.gz", "has_sig": false, "md5_digest": "5b7a7199cf049ea9e1ff48da34006867", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1753, "upload_time": "2013-02-21T08:57:06", "url": "https://files.pythonhosted.org/packages/32/99/a06cd214de844c5b33f48127270b3fdd8aafbb8f3cb100cf0591dacf0d26/py_descriptive_statistics-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b7a7199cf049ea9e1ff48da34006867", "sha256": "18526e9368302f74c463f4dc92d05d1e7f0a07cf40850269ca9c3184196d4a13" }, "downloads": -1, "filename": "py_descriptive_statistics-0.2.tar.gz", "has_sig": false, "md5_digest": "5b7a7199cf049ea9e1ff48da34006867", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1753, "upload_time": "2013-02-21T08:57:06", "url": "https://files.pythonhosted.org/packages/32/99/a06cd214de844c5b33f48127270b3fdd8aafbb8f3cb100cf0591dacf0d26/py_descriptive_statistics-0.2.tar.gz" } ] }