Parametric event detection & inference library
Project description
evDetect
Parametric event detection & inference library
Install
pip install evdetect
How to use
Example
from evdetect.evdetector import Detector
from evdetect.gen_data import Scenario
s = Scenario()
d=Detector()
d.fit(s.data)
print(d.summary())
d.predict()
d.plot()
For parallel processing use fit(...,parallel=True)
For more examples see the tutorial in the notebooks folder.
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
evdetect-0.1.2.tar.gz
(7.4 kB
view details)
File details
Details for the file evdetect-0.1.2.tar.gz.
File metadata
- Download URL: evdetect-0.1.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2a3240e536240722cca65922c20afa0a603d40f3f61281165c4ac9ccea87e4e
|
|
| MD5 |
2c570a4ced9f89277d14a11f2a5ddd5e
|
|
| BLAKE2b-256 |
5c665718a6cc086e183d2c6f083a04813d480eb162b6e8cecdde6b4e97271b11
|