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 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.1.tar.gz
(7.3 kB
view details)
File details
Details for the file evdetect-0.1.1.tar.gz.
File metadata
- Download URL: evdetect-0.1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3173f530a484ba986e29c18047c9032eaf03cf57636cf1902cc68789fa46a839
|
|
| MD5 |
771f34c9552c7ee039698a472cbf80bc
|
|
| BLAKE2b-256 |
e5992cb62bf2f794a489d2adb1b0b5396317b4c912fce7b65bcfb84f85009a3a
|