Detect events in data
Project description
detecta
Python module to detect events in data
The following functions are implemented in detecta:
- detect_peaks.py: detects peaks in data based on their amplitude and other features.
- detect_onset.py: detects onset in data based on amplitude threshold.
- detect_cusum.py: detects abrupt changes in data using cumulative sum algorithm (CUSUM).
- detect_seq.py: detects initial and final indices of sequential data identical to a parameter.
Installation
pip install detecta
Or
conda install -c duartexyz detecta
Examples
How to cite this work
Here is a suggestion to cite this GitHub repository:
Duarte, M. (2020) detecta: A Python module to detect events in data. GitHub repository, https://github.com/demotu/detecta.
And a possible BibTeX entry:
@misc{Duarte2020,
author = {Duarte, M.},
title = {detecta: A Python module to detect events in data},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/demotu/detecta}}
}
License
The non-software content of this project is licensed under a Creative Commons Attribution 4.0 International License, and the software code is licensed under the 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
detecta-0.0.5.tar.gz
(9.3 kB
view details)
Built Distribution
detecta-0.0.5-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file detecta-0.0.5.tar.gz
.
File metadata
- Download URL: detecta-0.0.5.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2ea7d13dfbbc994d6ce385a7f8dc0a85fe675a8a8e712a64ec56e54c40603ed |
|
MD5 | 9b28fd8bab1249f708926f73cefb7213 |
|
BLAKE2b-256 | 588c8eef3b0d059d000fce70497b925507a370a1c320949826814dcd09bf5ac2 |
File details
Details for the file detecta-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: detecta-0.0.5-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbaf1938e5d785386c904034e2553824e2aa31793e967984ca65983aca06d23e |
|
MD5 | 83e32388c786172528b68503a5f085e1 |
|
BLAKE2b-256 | efda0bf9676a6b7e5d723ed7f40b91f4ece5d4ccfb124103eae1bf61aab47b06 |