Skip to content

Commit 5dfd05b

Browse files
authored
sampling statement -> distribution statement
1 parent a79cc5e commit 5dfd05b

1 file changed

Lines changed: 3 additions & 3 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:

0 commit comments

Comments
 (0)