A python package for detecting gradual changepoint using Fuzzy Rough CP (roufCP)
Project description
roufcp - Rough Fuzzy Changepoint Detection
Gradual Change-Point Detection Library based on Rough Fuzzy Changepoint Detection algorithm roufcp.
Usage
>> import numpy as np
>> from roufcp import roufCP
>> X = np.concatenate([np.ones(20) * 5, np.zeros(20), np.ones(20) * 10]) + np.random.randn(60)
>> roufCP(delta = 3, w = 3).fit(X, moving_window = 10, k = 2)
Authors & Contributors
- Subhrajyoty Roy - https://subroy13.github.io/
- Ritwik Bhaduri - https://github.com/Ritwik-Bhaduri
- Sankar Kumar Pal - https://www.isical.ac.in/~sankar/
License
This code is licensed under MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roufcp-0.1.tar.gz
(6.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
roufcp-0.1-py3-none-any.whl
(7.2 kB
view details)
File details
Details for the file roufcp-0.1.tar.gz.
File metadata
- Download URL: roufcp-0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe6c3fb44648b58345b011335c82e0eccf2e9dc09c8c6b407ee4774313fdda17
|
|
| MD5 |
590b15e871e29c21807c549f9d004022
|
|
| BLAKE2b-256 |
cb82275f755fa4cb41f9c6ec0fd0a7866b94b77d9b1f7acb645ffc546376476d
|
File details
Details for the file roufcp-0.1-py3-none-any.whl.
File metadata
- Download URL: roufcp-0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
197b41e981cdf78abf644d5020c70dd9d93502dbd2366d0ac17fb9b647c3548f
|
|
| MD5 |
6b4c8e1759713c1ea318f0172c6cc963
|
|
| BLAKE2b-256 |
07a8744fd2dde645a7ccb8d74ed5852136b108adaed1cbc0edb912650eba25af
|