stochpro


Namestochpro JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/dsagolla/stochpro
SummarySampling from stochastic processes.
upload_time2022-12-16 22:39:34
maintainer
docs_urlNone
authorDaniel Sagolla
requires_python>=3.7
license
keywords probability stochastic random sampling sample simulate simulating stochastic-process process gaussian gaussian-process brownian-motion ito ito-process
VCS
bugtrack_url
requirements numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            StochPro
********

A python package for sampling random processes.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dsagolla/stochpro",
    "name": "stochpro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "probability stochastic random sampling sample simulate simulating stochastic-process process gaussian gaussian-process brownian-motion ito ito-process",
    "author": "Daniel Sagolla",
    "author_email": "dsagolla@mailbox.org",
    "download_url": "https://files.pythonhosted.org/packages/79/1e/40c341be9e49b7cc7724f31bef981836b9e9d3285ed998e7c0e008020733/stochpro-0.0.1.tar.gz",
    "platform": "Linux",
    "description": "StochPro\n********\n\nA python package for sampling random processes.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Sampling from stochastic processes.",
    "version": "0.0.1",
    "split_keywords": [
        "probability",
        "stochastic",
        "random",
        "sampling",
        "sample",
        "simulate",
        "simulating",
        "stochastic-process",
        "process",
        "gaussian",
        "gaussian-process",
        "brownian-motion",
        "ito",
        "ito-process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5e43e461f5300c3d1842b2d5d8ffb8f0",
                "sha256": "4b6224109c57210f8f9538b6d827d699d159e33fe98e1e3aa861f52f41d93632"
            },
            "downloads": -1,
            "filename": "stochpro-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5e43e461f5300c3d1842b2d5d8ffb8f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16278,
            "upload_time": "2022-12-16T22:39:34",
            "upload_time_iso_8601": "2022-12-16T22:39:34.490015Z",
            "url": "https://files.pythonhosted.org/packages/79/1e/40c341be9e49b7cc7724f31bef981836b9e9d3285ed998e7c0e008020733/stochpro-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-16 22:39:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dsagolla",
    "github_project": "stochpro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "stochpro"
}
        
Elapsed time: 0.06931s