{ "info": { "author": "pystb developers", "author_email": "pystb-users@googlegroups.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "=====\npystb\n=====\n\nCompute generalised second order Stirling numbers via `libstb\n`_.\n\n`libstb `_ \"contains library routines that\nprovide alternative ways of computing generalised second order Stirling numbers\nused in working with Pitman-Yor and Dirichlet processes (PYP and DP).\"\n`libstb `_ is written by Wray Buntine.\n\nUsage\n-----\n\nAn instance of the class ``STable`` provides access to (pre-calculated)\ngeneralized Stirling numbers of the second kind, :math:`S^n_{m,a}`. Initialize\nthe table with the maximum ``n`` and maximum ``m`` which will be needed.\n\n >>> import pystb\n >>> stable = pystb.STable(10000, 10000, 0.5)\n >>> stable.S(5, 3) # S^5_{3, 0.5}\n >>> stable[5, 3] # alias for stable.S(5, 3)", "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/ariddell/pystb", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pystb", "package_url": "https://pypi.org/project/pystb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pystb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ariddell/pystb" }, "release_url": "https://pypi.org/project/pystb/0.1.1.dev7/", "requires_dist": null, "requires_python": null, "summary": "Compute generalised second order Stirling numbers", "version": "0.1.1.dev7" }, "last_serial": 1673400, "releases": { "0.1.1.dev7": [] }, "urls": [] }