Skip to content

Commit

Permalink
Merge pull request #987 from stan-dev/avehtari-patch-1
Browse files Browse the repository at this point in the history
sampling statement -> distribution statement
  • Loading branch information
jgabry authored Jul 3, 2024
2 parents e6ccb39 + 2c421cb commit 2550b8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions R/fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ CmdStanFit$set("public", name = "constrain_variables", value = constrain_variabl
#' Laplace approximation the unnormalized density of the approximation to
#' the posterior is available via the `$lp_approx()` method.
#'
#' See the [Log Probability Increment vs. Sampling
#' Statement](https://mc-stan.org/docs/reference-manual/sampling-statements.html)
#' section of the Stan Reference Manual for details on when normalizing
#' See the [Increment log density and Distribution
#' Statements](https://mc-stan.org/docs/reference-manual/statements.html)
#' sections of the Stan Reference Manual for details on when normalizing
#' constants are dropped from log probability calculations.
#'
#' @section Details:
Expand Down
4 changes: 2 additions & 2 deletions man/fit-method-lp.Rd

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

0 comments on commit 2550b8e

Please sign in to comment.