Skip to content
Merged
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
6 changes: 6 additions & 0 deletions notes/bart_full_procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ Create a `CppRNG`, using `random_seed` if provided.

Create a `GlobalModelConfig` object, storing $\sigma^2$.

If the global error variance parameter is to be sampled:
* Create a container for variance samples

If the leaf scale parameter is to be sampled:
* Create a container for leaf scale samples

If a mean forest is requested:
* Create a `ForestModelConfig` object
* Create a `ForestModel` (`ForestSampler` in Python) object
Expand Down
Loading