{ "info": { "author": "Jo\u00e3o Faria", "author_email": "joao.faria@astro.up.pt", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Kumaraswamy\n===========\n\nA simple implementation of the Kumaraswamy distribution.\n\n|License MIT| |PyPI version|\n\nHow to use\n----------\n\nInstall it from pip (**kumaraswamy** only depends on numpy)\n\n::\n\n pip install kumaraswamy\n\nand it's ready to use from Python\n\n.. code:: python\n\n import kumaraswamy\n\nThe package provides one simple class called ``kumaraswamy``, which implements the distribution.\nIt is intended to mimic the API of ``scipy.stats``.\n\n.. code:: python\n\n from kumaraswamy import kumaraswamy\n\n d1 = kumaraswamy(a=0.5, b=0.5)\n\nthe ``d1`` object now has methods\n\n- ``pdf(x)`` and ``logpdf(x)``\n- ``cdf(x)``\n- ``rvs(size)``\n\nto calculate the probability density function (and its logarithm), the\ncumulative density function, and to get random samples from the\ndistribution.\n\nAlso available are some basic properties specific to the distribution\n\n.. code:: python\n\n d1.mean\n d1.var\n d2.mode # see help(d2.mode) for details\n\n\n\nLicense\n-------\n\nCopyright 2018 Jo\u00e3o Faria.\n\n**kumaraswamy** is free software made available under the MIT License. For\ndetails see the LICENSE_ file.\n\n.. _License: https://github.com/j-faria/Kumaraswamy/blob/master/LICENSE\n.. |License MIT| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n :target: https://github.com/j-faria/Kumaraswamy/blob/master/LICENSE\n.. |PyPI version| image:: https://badge.fury.io/py/Kumaraswamy.svg\n :target: https://pypi.org/project/Kumaraswamy/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/j-faria/Kumaraswamy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "kumaraswamy", "package_url": "https://pypi.org/project/kumaraswamy/", "platform": "", "project_url": "https://pypi.org/project/kumaraswamy/", "project_urls": { "Homepage": "https://github.com/j-faria/Kumaraswamy" }, "release_url": "https://pypi.org/project/kumaraswamy/0.1/", "requires_dist": null, "requires_python": "", "summary": "Implementation of the Kumaraswamy distribution", "version": "0.1" }, "last_serial": 4369625, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "879cd58d1be3fc96659c78bcd8c329ba", "sha256": "d3dc76fba0b855916d281f1e0afc0d9b262d3301817a3cd85bc3554dd372c95c" }, "downloads": -1, "filename": "kumaraswamy-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "879cd58d1be3fc96659c78bcd8c329ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5329, "upload_time": "2018-10-12T18:01:55", "url": "https://files.pythonhosted.org/packages/4e/68/6d9d26fb96aa4f2aad9ac5b3203cebb2dd38b059d4b939aec67bd8734f13/kumaraswamy-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9f12257e9fe5b41b871e4b51d934460", "sha256": "9ce3c49168ba286df44028cf33d9184aba5167d1d823975e2d2f3c34e28638eb" }, "downloads": -1, "filename": "kumaraswamy-0.1.tar.gz", "has_sig": false, "md5_digest": "d9f12257e9fe5b41b871e4b51d934460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3540, "upload_time": "2018-10-12T18:01:56", "url": "https://files.pythonhosted.org/packages/2b/d4/f38d58a4d4eb4d25dda5b3479d2cd80edf75d381a0ba326c3205467018ff/kumaraswamy-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "879cd58d1be3fc96659c78bcd8c329ba", "sha256": "d3dc76fba0b855916d281f1e0afc0d9b262d3301817a3cd85bc3554dd372c95c" }, "downloads": -1, "filename": "kumaraswamy-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "879cd58d1be3fc96659c78bcd8c329ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5329, "upload_time": "2018-10-12T18:01:55", "url": "https://files.pythonhosted.org/packages/4e/68/6d9d26fb96aa4f2aad9ac5b3203cebb2dd38b059d4b939aec67bd8734f13/kumaraswamy-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9f12257e9fe5b41b871e4b51d934460", "sha256": "9ce3c49168ba286df44028cf33d9184aba5167d1d823975e2d2f3c34e28638eb" }, "downloads": -1, "filename": "kumaraswamy-0.1.tar.gz", "has_sig": false, "md5_digest": "d9f12257e9fe5b41b871e4b51d934460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3540, "upload_time": "2018-10-12T18:01:56", "url": "https://files.pythonhosted.org/packages/2b/d4/f38d58a4d4eb4d25dda5b3479d2cd80edf75d381a0ba326c3205467018ff/kumaraswamy-0.1.tar.gz" } ] }