Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/map_bayes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down