\documentclass[10pt]{article} \usepackage[utf8x]{inputenc} \usepackage{amsmath,amsfonts,amsthm} \usepackage[english]{babel} \usepackage[capitalize, noabbrev]{cleveref} \usepackage{algorithm} \usepackage{algpseudocode} \newenvironment{enumerate*}% {\vspace{-2ex} \begin{enumerate} % \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% {\end{enumerate}} \newenvironment{itemize*}% {\vspace{-2ex} \begin{itemize} % \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% {\end{itemize}} \newenvironment{description*}% {\vspace{-2ex} \begin{description} % \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% {\end{description}} \DeclareMathOperator{\E}{\mathbb{E}} \let\P\relax \DeclareMathOperator{\P}{\mathbb{P}} \newcommand{\ex}[1]{\E\left[#1\right]} \newcommand{\prob}[1]{\P\left[#1\right]} \newcommand{\inprod}[1]{\left\langle #1 \right\rangle} \newcommand{\R}{\mathbf{R}} \newcommand{\N}{\mathbf{N}} \newcommand{\C}{\mathcal{C}} \newcommand{\eps}{\varepsilon} \newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} \newcommand{\llbracket}{[\![} \newtheorem{theorem}{Theorem} \newtheorem{lemma}{Lemma} \algrenewcommand\algorithmicensure{\textbf{Output:}} \algrenewcommand\algorithmicrequire{\textbf{Input:}} \DeclareMathOperator*{\argmax}{arg\,max} \author{} \title{} \date{} \begin{document} \paragraph{Notations} \begin{itemize} \item $n$ criminals, $V = \{1,\dots,n\}$ \item $\alpha_{i,j}$ influence of criminal $i$ on criminal $j$. \item the infections form a set of pairs $C = \{(t_i, v_i),\; 1\leq i\leq m\}$ where $t_i$ is the time and $v_i\in\{1,\dots, n\}$ is the identifier of the criminal. \end{itemize} \paragraph{Model} The infections are modeled as a multivariate Hawkes process. The instantaneous rate of infection of user $j$ at time $t$ is given by: \begin{displaymath} \lambda_j(t) = \lambda(t) + \sum_{t_i