birdepy


Namebirdepy JSON
Version 0.0.27 PyPI version JSON
download
home_pagehttps://birdepy.github.io
SummaryParameter estimation for birth-and-death processes
upload_time2023-08-15 09:38:45
maintainer
docs_urlNone
authorSophie Hautphenne and Brendan Patch
requires_python>=3.10
license
keywords markov chain stochastic population process
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BirDePy: Birth-and-death processes in Python

BirDePy is a Python package for working with continuous time birth-and-death processes. It includes functions which can be used to approximate transition probabilities (``birdepy.probability()``), estimate parameter values from data (``birdepy.estimate()``), simulate sample paths (``birdepy.simulate.discrete()`` and ``birdepy.simulate.continuous()``) and generate forecasts (``birdepy.forecast()``). The main focus of the package is the estimation of parameter values from discretely-observed sample paths, however the much more straightforward case of estimation of parameter values from continuously observed sample paths is also included.

Please visit our website: https://birdepy.github.io/

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

            

Raw data

            {
    "_id": null,
    "home_page": "https://birdepy.github.io",
    "name": "birdepy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "Markov chain,stochastic,population process",
    "author": "Sophie Hautphenne and Brendan Patch",
    "author_email": "birdepy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/a8/ea543e54c2724cba980ca49bdc20686ef0f7f116308ea2bcf6a1a0fdaeae/birdepy-0.0.27.tar.gz",
    "platform": null,
    "description": "# BirDePy: Birth-and-death processes in Python\n\nBirDePy is a Python package for working with continuous time birth-and-death processes. It includes functions which can be used to approximate transition probabilities (``birdepy.probability()``), estimate parameter values from data (``birdepy.estimate()``), simulate sample paths (``birdepy.simulate.discrete()`` and ``birdepy.simulate.continuous()``) and generate forecasts (``birdepy.forecast()``). The main focus of the package is the estimation of parameter values from discretely-observed sample paths, however the much more straightforward case of estimation of parameter values from continuously observed sample paths is also included.\n\nPlease visit our website: https://birdepy.github.io/\n\n[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Parameter estimation for birth-and-death processes",
    "version": "0.0.27",
    "project_urls": {
        "Bug Reports": "https://github.com/birdepy/birdepy_project/issues",
        "Homepage": "https://birdepy.github.io",
        "Source": "https://github.com/birdepy/birdepy_project"
    },
    "split_keywords": [
        "markov chain",
        "stochastic",
        "population process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd3d53a5ef5971900a40209934523b964bbd60f41bac00d878c4a1068567dec3",
                "md5": "676a9d0d4f15ef1aa0dac799f881ab06",
                "sha256": "b3e62f31e1358439c372bc37e67618e269c5c2516b9ded7e77f0f90a3137d25a"
            },
            "downloads": -1,
            "filename": "birdepy-0.0.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "676a9d0d4f15ef1aa0dac799f881ab06",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2681525,
            "upload_time": "2023-08-15T09:38:43",
            "upload_time_iso_8601": "2023-08-15T09:38:43.828344Z",
            "url": "https://files.pythonhosted.org/packages/fd/3d/53a5ef5971900a40209934523b964bbd60f41bac00d878c4a1068567dec3/birdepy-0.0.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa8ea543e54c2724cba980ca49bdc20686ef0f7f116308ea2bcf6a1a0fdaeae",
                "md5": "482bcc0e92b83359f1a1bb5efa85fc94",
                "sha256": "2fa78e1190fc52d7dfcb8d67a0dceb8801bb21d5522463cc6389a1987a4f2290"
            },
            "downloads": -1,
            "filename": "birdepy-0.0.27.tar.gz",
            "has_sig": false,
            "md5_digest": "482bcc0e92b83359f1a1bb5efa85fc94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2656189,
            "upload_time": "2023-08-15T09:38:45",
            "upload_time_iso_8601": "2023-08-15T09:38:45.704170Z",
            "url": "https://files.pythonhosted.org/packages/2a/a8/ea543e54c2724cba980ca49bdc20686ef0f7f116308ea2bcf6a1a0fdaeae/birdepy-0.0.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 09:38:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "birdepy",
    "github_project": "birdepy_project",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "birdepy"
}
        
Elapsed time: 0.10029s