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.3.tar.gz
(7.4 kB
view details)
File details
Details for the file evdetect-0.1.3.tar.gz.
File metadata
- Download URL: evdetect-0.1.3.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 |
b713353036f4d30331433263e0be015fe8776b46ec3bbeb207f7b5a22a500081
|
|
| MD5 |
bf01b13f9c5dc95c8205c27e197f11c1
|
|
| BLAKE2b-256 |
a33403f4dc5b53a5e1f9ab8eb55670c1fb16f4e86d6067a12ab6bf696096ed4a
|