You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/optimization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ are sometimes called the *best linear unbiased predictors* or BLUPs of the rando
92
92
Although BLUPs an appealing acronym, I don’t find the term particularly instructive (what is a “linear unbiased predictor” and in what sense are these the “best”?) and prefer the term “conditional modes”, because these are the values of $\bf b$ that maximize the density of the conditional distribution $\mathcal{B} | \mathcal{Y} = {\bf y}$.
93
93
For a linear mixed model, where all the conditional and unconditional distributions are Gaussian, these values are also the *conditional means*.
94
94
95
-
## Internal structure of $\Lambda_\theta$ and $\bf Z$
95
+
## [Internal structure of $\Lambda_\theta$ and $\bf Z$](@id internal-struct)
96
96
97
97
In the types of `LinearMixedModel` available through the `MixedModels` package, groups of random effects and the corresponding columns of the model matrix, $\bf Z$, are associated with *random-effects terms* in the model formula.
0 commit comments