{ "info": { "author": "Jose Sabater", "author_email": "jsm@iaa.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "wquantiles\n==========\n\n[![Build Status](https://travis-ci.org/nudomarinero/wquantiles.svg?branch=master)](https://travis-ci.org/nudomarinero/wquantiles)\n[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.14952.svg)](http://dx.doi.org/10.5281/zenodo.14952)\n[![Pypi](https://pypip.in/v/wquantiles/badge.png)](https://pypi.python.org/pypi/wquantiles)\n\nWeighted quantiles with Python, including weighted median. \nThis library is based on numpy, which is the only dependence.\n\nThe main methods are **quantile** and **median**. The input of \nquantile is a numpy array (_data_), a numpy array of weights of one \ndimension and the value of the quantile (between 0 and 1) to \ncompute. The weighting is applied along the last axis. The method \n**median** is an alias to _quantile(data, weights, 0.5)_. \n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nudomarinero/wquantiles/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "wquantiles", "package_url": "https://pypi.org/project/wquantiles/", "platform": "any", "project_url": "https://pypi.org/project/wquantiles/", "project_urls": { "Homepage": "http://github.com/nudomarinero/wquantiles/" }, "release_url": "https://pypi.org/project/wquantiles/0.5/", "requires_dist": null, "requires_python": "", "summary": "Weighted quantiles, including weighted median, based on numpy", "version": "0.5" }, "last_serial": 2562859, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "1281ea42e07e586120b230f505874a99", "sha256": "ef4c1669177b4b124fa59fc38f117a7c9d58111495c77539421260e17882d35e" }, "downloads": -1, "filename": "wquantiles-0.3.tar.gz", "has_sig": false, "md5_digest": "1281ea42e07e586120b230f505874a99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394, "upload_time": "2014-04-14T19:55:57", "url": "https://files.pythonhosted.org/packages/81/62/2253d971af300f21355858f6bafacbcc054c0b0a946acd653da2740c443a/wquantiles-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "2c2756416c557b4e98a3519c1b116d5a", "sha256": "f4c16b1095ea92cdf567a75f0949ea97ff903c0a4a86581d55d91b7e885f14e3" }, "downloads": -1, "filename": "wquantiles-0.4.tar.gz", "has_sig": false, "md5_digest": "2c2756416c557b4e98a3519c1b116d5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3552, "upload_time": "2016-08-28T19:39:32", "url": "https://files.pythonhosted.org/packages/10/04/a8b2f0780dfb1d3bebe9e1c6c9ebde0c096c0e42a967d39a7b401da5656f/wquantiles-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "957a9221afe1a8d31bb6906c69246186", "sha256": "623848c3c5a0f726ba2d5e24ef5498ab5f0b5f8c3fb8cc24ee566929da993365" }, "downloads": -1, "filename": "wquantiles-0.5.tar.gz", "has_sig": false, "md5_digest": "957a9221afe1a8d31bb6906c69246186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3578, "upload_time": "2017-01-09T18:10:19", "url": "https://files.pythonhosted.org/packages/d7/6c/ced92ab7a7de1ff4f9ab2761d594e00582aad59b02893e50c243bf0ab684/wquantiles-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "957a9221afe1a8d31bb6906c69246186", "sha256": "623848c3c5a0f726ba2d5e24ef5498ab5f0b5f8c3fb8cc24ee566929da993365" }, "downloads": -1, "filename": "wquantiles-0.5.tar.gz", "has_sig": false, "md5_digest": "957a9221afe1a8d31bb6906c69246186", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3578, "upload_time": "2017-01-09T18:10:19", "url": "https://files.pythonhosted.org/packages/d7/6c/ced92ab7a7de1ff4f9ab2761d594e00582aad59b02893e50c243bf0ab684/wquantiles-0.5.tar.gz" } ] }