Skip to content

Commit 78e112e

Browse files
committed
using documenter header id style
1 parent 8c5ce00 commit 78e112e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ are sometimes called the *best linear unbiased predictors* or BLUPs of the rando
9292
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}$.
9393
For a linear mixed model, where all the conditional and unconditional distributions are Gaussian, these values are also the *conditional means*.
9494

95-
## Internal structure of $\Lambda_\theta$ and $\bf Z$
95+
## [Internal structure of $\Lambda_\theta$ and $\bf Z$](@id internal-struct)
9696

9797
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.
9898

0 commit comments

Comments
 (0)