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()
Examples
No trend and infinite half-life event
Trend with non infinite half-life event
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.4.tar.gz
(7.5 kB
view details)
File details
Details for the file evdetect-0.1.4.tar.gz.
File metadata
- Download URL: evdetect-0.1.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d97b2a80b8a6f0474522e0075ba088e009a9fb99fa5e212f231a55a7c9190190
|
|
| MD5 |
68a1e056d0cb26185b5aa28595451609
|
|
| BLAKE2b-256 |
9812fa19690ebe437a390b61f864698b6d6bab97ed41844485c9677de660f7a0
|