StochasticProcesses


NameStochasticProcesses JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/JulioCesarMS/StochasticModels.git
SummaryA package to simulate stochastic proccesses
upload_time2023-11-20 17:48:41
maintainer
docs_urlNone
authorJulio César Martínez
requires_python>= 3.9.4
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# About the package

This is a package dedicated to simulation of stochastic processes. In it you will find some simulations of trajectories of various stochastic processes:

- Simple Random Walk,
- Pearson Random Walk,
- Poisson Process,
- Brownian Motion,
- Brownian Bridge,
- Brownian Motion with drift and volatility coefficient, and
- Geometric Brownian Motion


# References

For further reference : [Stochastic Simulation](https://github.com/JulioCesarMS/StochasticModels/blob/main/Some_Stochastic_Models.ipynb)




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JulioCesarMS/StochasticModels.git",
    "name": "StochasticProcesses",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.9.4",
    "maintainer_email": "",
    "keywords": "",
    "author": "Julio C\u00e9sar Mart\u00ednez",
    "author_email": "julio.martinez@gmail.com.mx",
    "download_url": "https://files.pythonhosted.org/packages/3a/1e/bd92cc59814c59fb7a226a0c071cd49cd9c03e436c9ad6dc0354ffd6c383/StochasticProcesses-0.7.0.tar.gz",
    "platform": null,
    "description": "\n# About the package\n\nThis is a package dedicated to simulation of stochastic processes. In it you will find some simulations of trajectories of various stochastic processes:\n\n- Simple Random Walk,\n- Pearson Random Walk,\n- Poisson Process,\n- Brownian Motion,\n- Brownian Bridge,\n- Brownian Motion with drift and volatility coefficient, and\n- Geometric Brownian Motion\n\n\n# References\n\nFor further reference : [Stochastic Simulation](https://github.com/JulioCesarMS/StochasticModels/blob/main/Some_Stochastic_Models.ipynb)\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to simulate stochastic proccesses",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/JulioCesarMS/StochasticModels.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8eaa0c68a8d2ca197342a8b526f41efb37960b997961fb2d45bec3fc2e74a797",
                "md5": "2618ed720777afeb28c045039e904b78",
                "sha256": "ab368feeeb602d46fd710c04fd0691e5105ff458361dd84625ce016a57d5cd80"
            },
            "downloads": -1,
            "filename": "StochasticProcesses-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2618ed720777afeb28c045039e904b78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.9.4",
            "size": 1506,
            "upload_time": "2023-11-20T17:48:40",
            "upload_time_iso_8601": "2023-11-20T17:48:40.327936Z",
            "url": "https://files.pythonhosted.org/packages/8e/aa/0c68a8d2ca197342a8b526f41efb37960b997961fb2d45bec3fc2e74a797/StochasticProcesses-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a1ebd92cc59814c59fb7a226a0c071cd49cd9c03e436c9ad6dc0354ffd6c383",
                "md5": "ef29d6ccf0d48beda0d1d3b0d8af9a6c",
                "sha256": "29786de5a864043749abd0bf18ce980afe7f75f72578d1af8e39e5734cc0d037"
            },
            "downloads": -1,
            "filename": "StochasticProcesses-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef29d6ccf0d48beda0d1d3b0d8af9a6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.9.4",
            "size": 1339,
            "upload_time": "2023-11-20T17:48:41",
            "upload_time_iso_8601": "2023-11-20T17:48:41.659026Z",
            "url": "https://files.pythonhosted.org/packages/3a/1e/bd92cc59814c59fb7a226a0c071cd49cd9c03e436c9ad6dc0354ffd6c383/StochasticProcesses-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 17:48:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JulioCesarMS",
    "github_project": "StochasticModels",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stochasticprocesses"
}
        
Elapsed time: 0.35053s