simdkalman


Namesimdkalman JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/oseiskar/simdkalman
SummaryKalman filters vectorized as Single Instruction, Multiple Data
upload_time2023-12-16 08:22:47
maintainer
docs_urlNone
authorOtto Seiskari
requires_python
licenseMIT
keywords kalman kalman-filter smoothing em timeseries ekf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Fast Kalman filters in Python leveraging single-instruction multiple-data
vectorization. That is, running *n* similar Kalman filters on *n* independent
series of observations. Not to be confused with SIMD processor instructions.

See `full documentation <https://simdkalman.readthedocs.io/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oseiskar/simdkalman",
    "name": "simdkalman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "kalman kalman-filter smoothing em timeseries ekf",
    "author": "Otto Seiskari",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "Fast Kalman filters in Python leveraging single-instruction multiple-data\nvectorization. That is, running *n* similar Kalman filters on *n* independent\nseries of observations. Not to be confused with SIMD processor instructions.\n\nSee `full documentation <https://simdkalman.readthedocs.io/>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Kalman filters vectorized as Single Instruction, Multiple Data",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/oseiskar/simdkalman"
    },
    "split_keywords": [
        "kalman",
        "kalman-filter",
        "smoothing",
        "em",
        "timeseries",
        "ekf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2021116a701a3b61b4e9a1701e1eebe8e5bc72ec947e51e462fc54e137d172c5",
                "md5": "cab1e25a58aee72803b160d324434e7d",
                "sha256": "fc2c6b9e540e0a26b39d087e78623d3c1e8c6677abf5d91111f5d49e328e1668"
            },
            "downloads": -1,
            "filename": "simdkalman-1.0.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cab1e25a58aee72803b160d324434e7d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11529,
            "upload_time": "2023-12-16T08:22:47",
            "upload_time_iso_8601": "2023-12-16T08:22:47.755499Z",
            "url": "https://files.pythonhosted.org/packages/20/21/116a701a3b61b4e9a1701e1eebe8e5bc72ec947e51e462fc54e137d172c5/simdkalman-1.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 08:22:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oseiskar",
    "github_project": "simdkalman",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "simdkalman"
}
        
Elapsed time: 0.15766s