[Lme4-commits] r1842 - www/JSS

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 18 06:08:58 CEST 2013


Author: walker
Date: 2013-08-18 06:08:57 +0200 (Sun, 18 Aug 2013)
New Revision: 1842

Modified:
   www/JSS/glmerAppendix.tex
Log:
slight modifications

Modified: www/JSS/glmerAppendix.tex
===================================================================
--- www/JSS/glmerAppendix.tex	2013-08-18 03:14:23 UTC (rev 1841)
+++ www/JSS/glmerAppendix.tex	2013-08-18 04:08:57 UTC (rev 1842)
@@ -110,11 +110,12 @@
 
 The unscaled conditional log-likelihood takes the following form,
 \begin{equation}
-L(\bm\beta, \bm\theta | \bm y, \bm u) = 
+g(\bm u ; \bm y, \bm\beta, \bm\theta) = \log p(\bm y, \bm u | \bm\beta, \bm\theta) = 
 \bm\psi^\top \bm A \bm y - 
 \bm a^\top \bm \phi  + 
 \bm c -
-\frac{1}{2}\bm u^\top \bm u
+\frac{1}{2}\bm u^\top \bm u -
+\frac{q}{2}\log{2\pi}
 \end{equation}
 where $\bm\psi$ is the $n$-by-$1$ canonical parameter of an exponential family,
 $\bm\phi$ is the $n$-by-$1$ vector of cumulant functions, $\bm c$ an
@@ -190,7 +191,7 @@
 
 Again we apply the chain rule to take the Hessian,
 \begin{equation}
-\frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm u}
+\frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm u} = 
 \frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm\mu}
 \frac{d \bm\mu}{d \bm\eta}
 \frac{d \bm\eta}{d \bm u} + \bm I_q
@@ -198,7 +199,9 @@
 which leads to,
 \begin{equation}
 \frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm u} = 
-\frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm\mu}\bm M \bm Z \bm\Lambda_\theta
+\frac{d^2 L(\bm\beta, \bm\theta | \bm y, \bm u)}{d \bm u d \bm\mu}\bm
+M \bm Z \bm\Lambda_\theta 
+ + \bm I_q
 \end{equation}
 The first derivative in this chain can be expressed as,
 \begin{equation}



More information about the Lme4-commits mailing list