From 99397e304748fc3b4c29c48d6d935623f6677cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Flutre?= Date: Thu, 17 Oct 2024 17:33:39 +0200 Subject: [PATCH] fix typo --- misc/test-TMB.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/test-TMB.Rmd b/misc/test-TMB.Rmd index c621754..5501664 100644 --- a/misc/test-TMB.Rmd +++ b/misc/test-TMB.Rmd @@ -1401,7 +1401,7 @@ The matrix-variate model above is equivalent to a multivariate one, after applyi * $Z_2 \mathbf{u} := vec(Z_1 U)$ - * $Z_2 := Id_d \otimes Z_1$ is $d n_2 \times d q$ + * $Z_2 := Id_d \otimes Z_1$ is $n_2 \times d q$ with $n_2 = d n_1$ as above * $\mathbf{u} := vec(U)$ is $d q \times 1$ with $\mathbf{u} \sim \mathcal{N}(\mathbf{0}, G)$ where $G = \Sigma_U \otimes A$