{ "info": { "author": "Yusuke Hanada", "author_email": "hyusuk9872@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering :: Information Analysis" ], "description": "rtchange [![Build Status](https://travis-ci.org/hyusuk/rtchange.svg?branch=master)](https://travis-ci.org/hyusuk/rtchange)\n========\n\nAn implementation of real-time change-point detection in time series.\n(See [this paper](http://dl.acm.org/citation.cfm?id=2022866))\n\n\n## Sample\n\n\n\n## Dependencies\n\nThe required dependencies to use rtchange are\n\n- Python >= 3.3\n- NumPy\n\n\n## Installtion\n\n```\n$ pip install -U rtchange\n```\n\n\n## Example\n\n```python\n>>> from rtchange import Finder\n>>> f = Finder()\n>>> # `score` method returns the iterator of score of the samples.\n>>> scores = f.score([0, 0, 0, 0])\n\n>>> print(list(scores))\n[0.0, 0.3938543257165724, 0.42281301105991476, 0.4718002708508469]\n>>> print(list(f.score([1, 1])))\n[1.0910027829221285, 1.2528868802573792]\n>>> # You can also use `score_one` method for the one sample. \n>>> f.score_one(2)\n1.4303444070633553\n```\n\n## Testing\n\n```\n$ virtualenv venv\n$ source ./venv/bin/activate\n$ pip install -U pip\n$ pip install -e .[testing]\n$ make test\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "change detection realtime", "license": "The MIT License (https://opensource.org/licenses/MIT)", "maintainer": "", "maintainer_email": "", "name": "rtchange", "package_url": "https://pypi.org/project/rtchange/", "platform": "", "project_url": "https://pypi.org/project/rtchange/", "project_urls": null, "release_url": "https://pypi.org/project/rtchange/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Real-time change point detection", "version": "0.1.0" }, "last_serial": 2574101, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ed1bdfc09de053cd2f740cece63a7374", "sha256": "1cbb64a3266f6fa6adb20b33b25e4784ef911fe636b8c34e09b84e1f43006479" }, "downloads": -1, "filename": "rtchange-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed1bdfc09de053cd2f740cece63a7374", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5900, "upload_time": "2017-01-14T14:27:52", "url": "https://files.pythonhosted.org/packages/6c/ba/a9230070e4e56984f1cc32598736a05753ca34c27587153e9ca9d8ac8cc0/rtchange-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b71171856f14bd05f2a102e5a557f7b", "sha256": "4ce894d2f07ccc6aa1eb9d25a856ad92895f91059e97549f33569143927a0219" }, "downloads": -1, "filename": "rtchange-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b71171856f14bd05f2a102e5a557f7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3451, "upload_time": "2017-01-14T14:12:14", "url": "https://files.pythonhosted.org/packages/24/c2/0fec785e9214137955fc7f692d7c114c78d20ddc52cc1c31f7c820146695/rtchange-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ed1bdfc09de053cd2f740cece63a7374", "sha256": "1cbb64a3266f6fa6adb20b33b25e4784ef911fe636b8c34e09b84e1f43006479" }, "downloads": -1, "filename": "rtchange-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed1bdfc09de053cd2f740cece63a7374", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5900, "upload_time": "2017-01-14T14:27:52", "url": "https://files.pythonhosted.org/packages/6c/ba/a9230070e4e56984f1cc32598736a05753ca34c27587153e9ca9d8ac8cc0/rtchange-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b71171856f14bd05f2a102e5a557f7b", "sha256": "4ce894d2f07ccc6aa1eb9d25a856ad92895f91059e97549f33569143927a0219" }, "downloads": -1, "filename": "rtchange-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b71171856f14bd05f2a102e5a557f7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3451, "upload_time": "2017-01-14T14:12:14", "url": "https://files.pythonhosted.org/packages/24/c2/0fec785e9214137955fc7f692d7c114c78d20ddc52cc1c31f7c820146695/rtchange-0.1.0.tar.gz" } ] }