{ "info": { "author": "Vivek Kulkarni", "author_email": "viveksck@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nchangepoint\n===============================\n\n.. image:: https://badge.fury.io/py/changepoint.png\n :target: http://badge.fury.io/py/changepoint\n\n.. image:: https://travis-ci.org/viveksck/changepoint.png?branch=master\n :target: https://travis-ci.org/viveksck/changepoint\n\n.. image:: https://pypip.in/d/changepoint/badge.png\n :target: https://pypi.python.org/pypi/changepoint\n\n\nChange point detection in Time series\n\n* Free software: BSD license\n* Documentation: https://changepoint.readthedocs.org.\n\nFeatures\n--------\n\n* This package implements a mean shift model for change point detection in time series\n* This package also provides a python binding to some of the R functions in the changepoint package to detect change points.\n\nExample Usage\n-------------\n\n import numpy as np\n from changepoint.mean_shift_model import MeanShiftModel\n ts = np.concatenate([np.random.normal(0, 0.1, 100), np.random.normal(10, 0.1, 100)])\n model = MeanShiftModel()\n stats_ts, pvals, nums = model.detect_mean_shift(ts, B=1000)\n\nRequirements\n------------\n* numpy\n* scipy\n* rpy2\n* more_itertools\n* joblib\n* argpatse\n\n(may have to be independently installed) \n\n\n\nInstallation\n------------\n#. cd changepoint\n#. pip install -r requirements.txt \n#. python setup.py install\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-02-20)\n---------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/viveksck/changepoint", "keywords": "changepoint", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "changepoint", "package_url": "https://pypi.org/project/changepoint/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/changepoint/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/viveksck/changepoint" }, "release_url": "https://pypi.org/project/changepoint/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Change point detection in Time series", "version": "0.1.1" }, "last_serial": 1423750, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e85da95590841cb23c792339df797a50", "sha256": "95abab4a31c7f5a8cf142b85a9bb75a0976a5d112a0cf7721ef7986fd1437caa" }, "downloads": -1, "filename": "changepoint-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e85da95590841cb23c792339df797a50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14313, "upload_time": "2015-01-26T21:39:44", "url": "https://files.pythonhosted.org/packages/07/28/e9fa3bb981146da752011db3babddc9002edbf7f3ebf6732e10d20ffefcd/changepoint-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ecf4d9138a2e9bd8edd4b4da32b072ab", "sha256": "5466b53d28798e8a6d0b6413f964f33f1dccb28e26924577305b8697193415bd" }, "downloads": -1, "filename": "changepoint-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ecf4d9138a2e9bd8edd4b4da32b072ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14398, "upload_time": "2015-02-15T02:27:24", "url": "https://files.pythonhosted.org/packages/3a/3f/d7e48e3d774118439d3b4ebd0568257033b508de4fa544666d4b61db7c49/changepoint-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ecf4d9138a2e9bd8edd4b4da32b072ab", "sha256": "5466b53d28798e8a6d0b6413f964f33f1dccb28e26924577305b8697193415bd" }, "downloads": -1, "filename": "changepoint-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ecf4d9138a2e9bd8edd4b4da32b072ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14398, "upload_time": "2015-02-15T02:27:24", "url": "https://files.pythonhosted.org/packages/3a/3f/d7e48e3d774118439d3b4ebd0568257033b508de4fa544666d4b61db7c49/changepoint-0.1.1.tar.gz" } ] }