Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions UserManual/src/chapter_LightningIntroduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ the point of this example.
Once you learn the MCMC system, you can write your own samplers and
include them. The entire system is written in nimbleFunctions.

In addition to customizing samplers, you can also choose additional quantities (e.g., model log-probabilities) to generate in the MCMC output, using the MCMC derived quantities functionality (Section \@ref(sec:derived-quantities), introduced in NIMBLE version 1.4.0.

## Running MCEM {#sec:running-mcem}

NIMBLE is a system for working with algorithms, not just an MCMC engine. So let's try maximizing the marginal likelihood for `alpha` and `beta` using Monte Carlo Expectation Maximization^[Note that for this model, one could analytically integrate over `theta` and then numerically maximize the resulting marginal likelihood.].
Expand Down
Loading
Loading