{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "==================\nDensity Estimation\n==================\n\nThis package provides functions for three specific types of density estimators. \nYou might find it most useful for tasks involving plotting kernel density estimates, \nhistograms and nearest-neighbor density estimates.\n\nTypical intallation often looks like this::\n\n !pip install densityestimation\n\n\nDependencies\n============\n\n* Numpy\n\n* Matplotlib\n\n\nExamples\n========\n\n| import numpy as np\n| sample = np.random.normal(0,1,1000)\n| kde(sample) \n|\n| import numpy as np\n| sample = np.random.normal(0,1,1000)\n| hist(sample)\n|\n| import numpy as np\n| sample = np.random.normal(0,1,1000)\n| nnde(sample)\n\n\nContributors\n=============\n\nWe would like to thank our professor, Brian Chapman, for guiding us\nthrough our first ever endeavors involving Python. It is because of\nyou, this class and this project that density estimation in Python\nwill never be the same, or at least in our eyes.", "description_content_type": null, "docs_url": "https://pythonhosted.org/densityestimation/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=densityestimation", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "densityestimation", "package_url": "https://pypi.org/project/densityestimation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/densityestimation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=densityestimation" }, "release_url": "https://pypi.org/project/densityestimation/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Density estimation functions.", "version": "0.1.2" }, "last_serial": 1077196, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "58e8d460e13049cded7a22c05a78dacb", "sha256": "8bb468872bfad3853afcf17ecbef43890c390a6aeb9f100514dd57ca9d444c13" }, "downloads": -1, "filename": "densityestimation-0.1.1.tar.gz", "has_sig": false, "md5_digest": "58e8d460e13049cded7a22c05a78dacb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1135, "upload_time": "2014-04-20T21:14:38", "url": "https://files.pythonhosted.org/packages/40/2b/ca702cefe25308e35e62aff687844de415eaf09fd421c5b8bf9007c99b7e/densityestimation-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2c9fce819d82508f85d7903dd3b4bd9e", "sha256": "e393af26abf224d5e28b35f0f8f3ceb978886cc1a498726a6e58fb20c9d83524" }, "downloads": -1, "filename": "densityestimation-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2c9fce819d82508f85d7903dd3b4bd9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1134, "upload_time": "2014-04-27T20:47:33", "url": "https://files.pythonhosted.org/packages/0f/75/ae0b5866a687bd94ada4404d806fdef840c1a2f4d425e41b4970fdfe95c2/densityestimation-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c9fce819d82508f85d7903dd3b4bd9e", "sha256": "e393af26abf224d5e28b35f0f8f3ceb978886cc1a498726a6e58fb20c9d83524" }, "downloads": -1, "filename": "densityestimation-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2c9fce819d82508f85d7903dd3b4bd9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1134, "upload_time": "2014-04-27T20:47:33", "url": "https://files.pythonhosted.org/packages/0f/75/ae0b5866a687bd94ada4404d806fdef840c1a2f4d425e41b4970fdfe95c2/densityestimation-0.1.2.tar.gz" } ] }