Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.03 KB

Build Status

SEPP

Self-excited point process models of crime:

  • Academic paper explaining the background mathematics, the EM algorithm and variations which have appeared in the literature, and giving trial results on Chicago crime data.
  • Python library, built on top of open_cp, implementing a large selection of SEPP models and fitting algorithms.
  • Jupyter notebooks demoing the models on Chicago crime data.

Article

See the article directory for the LaTeX source-code, or download a PDF file here.

Install

Clone / download the repository and:

python setup.py install

Or install directly from GitHub:

pip install https://github.com/MatthewDaws/SEPP/zipball/master

Quick start guide

There is a quick start guide guide if you are interesting in quickly writing some notebook code to perform analysis on your own data.