From dd7b46333fc9df9faab72fe598212f1d9c3952ff Mon Sep 17 00:00:00 2001 From: leovuong Date: Wed, 3 Dec 2025 14:46:21 +0100 Subject: [PATCH] fix typo --- posts/map_bayes.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/map_bayes.qmd b/posts/map_bayes.qmd index b3bf120..50799a3 100755 --- a/posts/map_bayes.qmd +++ b/posts/map_bayes.qmd @@ -42,7 +42,7 @@ update it later * The control stream is set up so that we can either simulate the etas or pass them in. `ETA(1)` and `ETA(2)` are the etas that `mrgsolve` will draw from `$OMEGA`. `ETA1` and `ETA2` -are fixed and known at the time of time of the simulation. The +are fixed and known at the time of the simulation. The optimizer will search for values of `ETA1` and `ETA2` that optimize the objective function. Note that `ETA1` and `ETA2` must be in the parameter list for this to work