basinentropycalc


Namebasinentropycalc JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/jonasferoliveira/basin_entropy
SummaryThis script computes the basin entropy of a computed basin of attraction on a regular grid.The function return the basin entropy and the boundary basin entropy
upload_time2022-12-23 17:17:14
maintainer
docs_urlNone
authorOliveira, Jonas
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Basin Entropy

This algorithm was proposed by Daza et al., it computes the basin entropy of a computed basin of attraction on a regular grid.The function return the basin entropy and the boundary basin entropy.


* A. Daza, A. Wagemakers, B. Georgeot, D. Guéry-Odelin and M. A. F. Sanjuán, Basin entropy: a new tool to analyze uncertainty in dynamical systems, Sci. Rep., 6, 31416, (2016).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jonasferoliveira/basin_entropy",
    "name": "basinentropycalc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Oliveira, Jonas",
    "author_email": "jonasferoliveira.ufg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/de/fb/96bd733e2a90a3635500ac1d239fd8c682e711d3a2eb030218ca80810597/basinentropycalc-0.1.7.tar.gz",
    "platform": null,
    "description": "# Basin Entropy\n\nThis algorithm was proposed by Daza et al., it computes the basin entropy of a computed basin of attraction on a regular grid.The function return the basin entropy and the boundary basin entropy.\n\n\n* A. Daza, A. Wagemakers, B. Georgeot, D. Gu\u00e9ry-Odelin and M. A. F. Sanju\u00e1n, Basin entropy: a new tool to analyze uncertainty in dynamical systems, Sci. Rep., 6, 31416, (2016).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This script computes the basin entropy of a computed basin of attraction on a regular grid.The function return the basin entropy and the boundary basin entropy",
    "version": "0.1.7",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "334e5db73bf3014fd9b867d5f3e28f71",
                "sha256": "d1fc9a88acf1795219642d9472e4b37757a034efda5f3bf7a9e017aca1f8dc0a"
            },
            "downloads": -1,
            "filename": "basinentropycalc-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "334e5db73bf3014fd9b867d5f3e28f71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2683,
            "upload_time": "2022-12-23T17:17:13",
            "upload_time_iso_8601": "2022-12-23T17:17:13.030950Z",
            "url": "https://files.pythonhosted.org/packages/11/45/2c404bf18c22468bdb38b181d564058eff6864fc53e103d17bfaedfd97ab/basinentropycalc-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ae051bdcc3fa3f414f59c94181e9b817",
                "sha256": "08dc241d7ae39ceaa216de693c76a67ecb1d68bcf52aa3dd20edd2f23db36f6c"
            },
            "downloads": -1,
            "filename": "basinentropycalc-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "ae051bdcc3fa3f414f59c94181e9b817",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2186,
            "upload_time": "2022-12-23T17:17:14",
            "upload_time_iso_8601": "2022-12-23T17:17:14.505611Z",
            "url": "https://files.pythonhosted.org/packages/de/fb/96bd733e2a90a3635500ac1d239fd8c682e711d3a2eb030218ca80810597/basinentropycalc-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 17:17:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jonasferoliveira",
    "github_project": "basin_entropy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "basinentropycalc"
}
        
Elapsed time: 0.02648s