diff options
Diffstat (limited to 'theory/warmup.tex')
| -rw-r--r-- | theory/warmup.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theory/warmup.tex b/theory/warmup.tex index 7c2da96..c34eb89 100644 --- a/theory/warmup.tex +++ b/theory/warmup.tex @@ -56,7 +56,7 @@ \end{itemize} \paragraph{Model} -The crimes are modeled as a multivariate Hawkes process. The instantaneous rate +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<t}\alpha_{v_i, j} @@ -113,7 +113,7 @@ a recursive trick, the complexity of this term can be reduced to $O(mn)$ for an overall running time of $O(mn + n^2)$. \emph{Question:} Is it worth it in our case? Yes if the number of victims -is significantly smaller than the number of crimes. Is it the case? +is significantly smaller than the number of infections. Is it the case? \end{document} |
