An open API service indexing awesome lists of open source software.

https://github.com/tommygrammar/eventimpact

A lightweight, production‑grade Python toolkit to quantify the impact of any bounded event (e.g. limited‑time promotion, marketing campaign, feature release) on a time‑series metric..
https://github.com/tommygrammar/eventimpact

Last synced: 8 days ago
JSON representation

A lightweight, production‑grade Python toolkit to quantify the impact of any bounded event (e.g. limited‑time promotion, marketing campaign, feature release) on a time‑series metric..

Awesome Lists containing this project

README

        

# EventImpact Python Library

A lightweight, production‑grade Python toolkit to quantify the impact of any bounded event
(e.g. limited‑time promotion, marketing campaign, feature release) on a time‑series metric.

---

## 📥 Installation

```bash
pip install eventimpact
```

Find it on pypi as:
```link
https://pypi.org/project/eventimpact/
```

## Interpretation
- The higher the **p_positive**, the more the evidence of a stronger effect.
- The **Immediate Effect** represents the immediate jump that occured in response to the event.
- The **Slope Effect** represents the after effect after the immediate jump. Did the effect sustain or was it weaker?