From ab0b1f3cefedb35327a19ec1b6afd560bfdf802d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 14 Sep 2015 23:08:02 -0400 Subject: Import supplements and repo reorganization --- theory/warmup.tex | 119 ------------------------------------------------------ 1 file changed, 119 deletions(-) delete mode 100644 theory/warmup.tex (limited to 'theory/warmup.tex') diff --git a/theory/warmup.tex b/theory/warmup.tex deleted file mode 100644 index c34eb89..0000000 --- a/theory/warmup.tex +++ /dev/null @@ -1,119 +0,0 @@ -\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