Skip to content

Commit 2550b8e

Browse files
authored
Merge pull request #987 from stan-dev/avehtari-patch-1
sampling statement -> distribution statement
2 parents e6ccb39 + 2c421cb commit 2550b8e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/fit.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,9 @@ CmdStanFit$set("public", name = "constrain_variables", value = constrain_variabl
683683
#' Laplace approximation the unnormalized density of the approximation to
684684
#' the posterior is available via the `$lp_approx()` method.
685685
#'
686-
#' See the [Log Probability Increment vs. Sampling
687-
#' Statement](https://mc-stan.org/docs/reference-manual/sampling-statements.html)
688-
#' section of the Stan Reference Manual for details on when normalizing
686+
#' See the [Increment log density and Distribution
687+
#' Statements](https://mc-stan.org/docs/reference-manual/statements.html)
688+
#' sections of the Stan Reference Manual for details on when normalizing
689689
#' constants are dropped from log probability calculations.
690690
#'
691691
#' @section Details:

man/fit-method-lp.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)