chaos-maps


Namechaos-maps JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/iokaf/discrete_chaos
SummaryA package for studying and visualizing the dynamical behavior of chaotic maps
upload_time2023-01-26 20:24:45
maintainer
docs_urlNone
authorDr. Ioannis Kafetzis
requires_python>=3.6
licenseMIT
keywords chaotic maps bifurcations lyapunov exponents
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chaos-maps

## Project Description

This module aims in automating the numerical simulation and study of discrete
 chaotic maps. 
More explicitly, the class DiscreteMap allows the definition of a discrete chaotic
maps based on thier iterative step for 1- and n- dimensional systems.
Additionaly, given parameter values and initial conditions, system trajectories 
can be generated.
Additionaly, numerical approximation of the Lyapunov exponent for each for the 
system's variables can be performed.
The method for estimating the Lyapunov exponent utilizes the QR approximation 
method, as described in [1].

Additionally, the plotting submodule introduces the ChaoticMapPlot class.
The constructor of this class takes a ChaoticMap object as input and provides
tools for creating plots to analyze the source map's dynamical behavior.
Currently, these tools include the bifurcation diagrams for a given initial condition
and parameter set, the Lyapunov exponent diagram, the return map and Cobweb diagram.

## Installing - Getting started

The chaotic-maps library can be installed using pip through
> pip install chaos-maps

The GitHub repository for the package is


## Developing

This module was built with Python 3.9 but requires ^3.6.

The non-standard libraries required for its creation are 

- numpy
- matplotlib

Installing the libary installs these versions of the modules, if the requirement for their existence is not satisfied.

## Configuration
The plt_config.py in the *plotting* directory contains the default values for creating matplotlib diagrams.

These values can be changed in two ways:

1. Altering the default values by changing teh respective fields in the configuration file.

2. Pass the desired named arguments for the plots when calling
the method. This way the desired changes are applied to the particular figure only, while preserving the default values intact.

## Tests
Tests for the correctness of the outputs in terms of consistency have been implemented.
It is suggested that the tests are run at least upon installation of the library, in order to verify the correctness of the installation.
The list of tests shall extend with future versions.

## Licencing
Copyright 2022 Dr. Ioannis Kafetzis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## References

[1] He J., Yu S., & Cai J. (2016). Numerical analysis and improved algorithms for Lyapunov-exponent calculation of discrete-time chaotic systems. International Journal of Bifurcation and Chaos, 26(13), 1650219.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iokaf/discrete_chaos",
    "name": "chaos-maps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "chaotic maps bifurcations Lyapunov exponents",
    "author": "Dr. Ioannis Kafetzis",
    "author_email": "ioanniskaf@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/55/54/a6f8bc67c2d5fa040437188b7f3c1aaf3fcbc9f76f92c8d62dffec261cf3/chaos_maps-0.4.0.tar.gz",
    "platform": null,
    "description": "# chaos-maps\n\n## Project Description\n\nThis module aims in automating the numerical simulation and study of discrete\n chaotic maps. \nMore explicitly, the class DiscreteMap allows the definition of a discrete chaotic\nmaps based on thier iterative step for 1- and n- dimensional systems.\nAdditionaly, given parameter values and initial conditions, system trajectories \ncan be generated.\nAdditionaly, numerical approximation of the Lyapunov exponent for each for the \nsystem's variables can be performed.\nThe method for estimating the Lyapunov exponent utilizes the QR approximation \nmethod, as described in [1].\n\nAdditionally, the plotting submodule introduces the ChaoticMapPlot class.\nThe constructor of this class takes a ChaoticMap object as input and provides\ntools for creating plots to analyze the source map's dynamical behavior.\nCurrently, these tools include the bifurcation diagrams for a given initial condition\nand parameter set, the Lyapunov exponent diagram, the return map and Cobweb diagram.\n\n## Installing - Getting started\n\nThe chaotic-maps library can be installed using pip through\n> pip install chaos-maps\n\nThe GitHub repository for the package is\n\n\n## Developing\n\nThis module was built with Python 3.9 but requires ^3.6.\n\nThe non-standard libraries required for its creation are \n\n- numpy\n- matplotlib\n\nInstalling the libary installs these versions of the modules, if the requirement for their existence is not satisfied.\n\n## Configuration\nThe plt_config.py in the *plotting* directory contains the default values for creating matplotlib diagrams.\n\nThese values can be changed in two ways:\n\n1. Altering the default values by changing teh respective fields in the configuration file.\n\n2. Pass the desired named arguments for the plots when calling\nthe method. This way the desired changes are applied to the particular figure only, while preserving the default values intact.\n\n## Tests\nTests for the correctness of the outputs in terms of consistency have been implemented.\nIt is suggested that the tests are run at least upon installation of the library, in order to verify the correctness of the installation.\nThe list of tests shall extend with future versions.\n\n## Licencing\nCopyright 2022 Dr. Ioannis Kafetzis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## References\n\n[1] He J., Yu S., & Cai J. (2016). Numerical analysis and improved algorithms for Lyapunov-exponent calculation of discrete-time chaotic systems. International Journal of Bifurcation and Chaos, 26(13), 1650219.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for studying and visualizing the dynamical behavior of chaotic maps",
    "version": "0.4.0",
    "split_keywords": [
        "chaotic",
        "maps",
        "bifurcations",
        "lyapunov",
        "exponents"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15536012eb7f2210c21f661a7998b39fe1c9263205419adc7110e41aba699600",
                "md5": "39cd3df0fff5f901b81ee98d9c25ea1a",
                "sha256": "13d4554e51cd0814071c807a232118b8f3d66dc4fbde7e69e797413122833f08"
            },
            "downloads": -1,
            "filename": "chaos_maps-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "39cd3df0fff5f901b81ee98d9c25ea1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12151,
            "upload_time": "2023-01-26T20:24:43",
            "upload_time_iso_8601": "2023-01-26T20:24:43.863354Z",
            "url": "https://files.pythonhosted.org/packages/15/53/6012eb7f2210c21f661a7998b39fe1c9263205419adc7110e41aba699600/chaos_maps-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5554a6f8bc67c2d5fa040437188b7f3c1aaf3fcbc9f76f92c8d62dffec261cf3",
                "md5": "d0fc1055323575822128b6add438fd09",
                "sha256": "8703578fe14078c732e192b0a27fad7aee18357964f9ab2eac7a28a2d100fbb5"
            },
            "downloads": -1,
            "filename": "chaos_maps-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d0fc1055323575822128b6add438fd09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11700,
            "upload_time": "2023-01-26T20:24:45",
            "upload_time_iso_8601": "2023-01-26T20:24:45.601492Z",
            "url": "https://files.pythonhosted.org/packages/55/54/a6f8bc67c2d5fa040437188b7f3c1aaf3fcbc9f76f92c8d62dffec261cf3/chaos_maps-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 20:24:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "iokaf",
    "github_project": "discrete_chaos",
    "lcname": "chaos-maps"
}
        
Elapsed time: 0.03298s