# Events Python implementation: `nstat.events.Events` ## Purpose This class preserves MATLAB-facing structure while using a Python-native, fully independent implementation in `nSTAT-python`. ## References - [API reference](../../api.md) - [Paper overview](../paper_overview.md) - DOI: `10.1016/j.jneumeth.2012.08.009` - PMID: `22981419` ## Related learning resources - [EventsExamples notebook](https://github.com/cajigaslab/nSTAT-python/blob/main/notebooks/EventsExamples.ipynb) - [EventsExamples help page](../examples/EventsExamples.md) - [NetworkTutorial notebook](https://github.com/cajigaslab/nSTAT-python/blob/main/notebooks/NetworkTutorial.ipynb) - [NetworkTutorial help page](../examples/NetworkTutorial.md)