aboutsummaryrefslogtreecommitdiffstats
path: root/paper/sections/model.tex
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-02-04 20:07:43 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2015-02-04 20:07:43 -0500
commit1d7ffddca772e540efba876748a2b6e1d3bbd9f4 (patch)
treeeab22bdc2d70ed9a3c8fd742c97f686f29dcd747 /paper/sections/model.tex
parentba68cdc47e3d9f823754357b86fc368a6eefbf9e (diff)
downloadcascades-1d7ffddca772e540efba876748a2b6e1d3bbd9f4.tar.gz
Fix constants in support recovery
Diffstat (limited to 'paper/sections/model.tex')
-rw-r--r--paper/sections/model.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/paper/sections/model.tex b/paper/sections/model.tex
index d3403ef..bbfd96c 100644
--- a/paper/sections/model.tex
+++ b/paper/sections/model.tex
@@ -78,7 +78,8 @@ Defining $\Theta_{i,j} \defeq \log(1-p_{i,j})$, this can be rewritten as:
= 1 - e^{\inprod{\theta_j}{X^t}}
\end{equation}
-Therefore, the independent cascade model is a Generalized Linear Cascade model with canonical link function $f : z \mapsto 1 - e^z$
+Therefore, the independent cascade model is a Generalized Linear Cascade model
+with canonical link function $f : z \mapsto 1 - e^z$.
\subsubsection{The Linear Voter Model}
@@ -93,7 +94,8 @@ step $t$, then we have:
\tag{V}
\end{equation}
-Therefore, the independent cascade model is a Generalized Linear Cascade model with canonical link function $f: z \mapsto z$
+Therefore, the independent cascade model is a Generalized Linear Cascade model
+with canonical link function $f: z \mapsto z$.
% \subsection{The Linear Threshold Model}