{ "info": { "author": "Jamie Hamit", "author_email": "rkalman@jamiehamit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "rkalman implements a special case of the Kalman filter that:\n\n- Updates the current Kalman state in real-time given new observations;\n- Handles irregular timesteps between observations;\n- Models the state equation as standard univariate Brownian motion.\n\nThe special case Kalman update and forecast equations are based on the following assumptions:\n\n- State Equation: the state equation follows standard univariate Brownian motion;\n- Transition Equation: the state transition model is described by the current state plus additive white noise.", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/JamieHamit/rkalman/archive/v1.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JamieHamit/rkalman", "keywords": "kalman,filter,real-time,irregular-timesteps,brownian-motion", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "rkalman", "package_url": "https://pypi.org/project/rkalman/", "platform": "any", "project_url": "https://pypi.org/project/rkalman/", "project_urls": { "Download": "https://github.com/JamieHamit/rkalman/archive/v1.0.0.tar.gz", "Homepage": "https://github.com/JamieHamit/rkalman" }, "release_url": "https://pypi.org/project/rkalman/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Real-time Kalman filter for univariate data observed with irregular timesteps", "version": "1.0.0" }, "last_serial": 4648097, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "53965cb150d0c44f7777ad9ad59aac12", "sha256": "9ace2698bab554a5dcf68088696cb7290ab1e20d7f3964e7d90c06e60c9fd795" }, "downloads": -1, "filename": "rkalman-1.0.0.tar.gz", "has_sig": false, "md5_digest": "53965cb150d0c44f7777ad9ad59aac12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4538, "upload_time": "2018-12-31T13:20:21", "url": "https://files.pythonhosted.org/packages/b3/6d/09272b57e03510ff0e3a9bd980ebc0241e82fdd2f687a83a0c89a9eb058f/rkalman-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53965cb150d0c44f7777ad9ad59aac12", "sha256": "9ace2698bab554a5dcf68088696cb7290ab1e20d7f3964e7d90c06e60c9fd795" }, "downloads": -1, "filename": "rkalman-1.0.0.tar.gz", "has_sig": false, "md5_digest": "53965cb150d0c44f7777ad9ad59aac12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4538, "upload_time": "2018-12-31T13:20:21", "url": "https://files.pythonhosted.org/packages/b3/6d/09272b57e03510ff0e3a9bd980ebc0241e82fdd2f687a83a0c89a9eb058f/rkalman-1.0.0.tar.gz" } ] }