Skip to content

Commit

Permalink
Fix Prior Docs (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc authored Jul 9, 2024
1 parent a8c91df commit 1766062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' By default all initial values are drawn as random sample from the respective prior
#' distribution with a shrinkage factor towards the mean. That is:
#' ```
#' initial_value = prior_sample * prior_shrinkage + (1 - prior_shrinkage) * prior_mean
#' initial_value = prior_mean * prior_shrinkage + (1 - prior_shrinkage) * prior_sample
#' ```
#' This setting controls the shrinkage factor. A value of 0 means no shrinkage (i.e.
#' pure random draw) whilst a value of 1 means the initial value is just the mean.
Expand Down
2 changes: 1 addition & 1 deletion man/jmpost-settings.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1766062

Please sign in to comment.