Skip to content

Commit 4a68cc0

Browse files
committed
fix typo in lbeta(): replace a and b with \alpha and \beta
1 parent 9fa2c08 commit 4a68cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/functions-reference/real-valued_basic_functions.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ Return the natural logarithm of the beta function applied to alpha and
12171217
beta. The beta function, $\text{B}(\alpha,\beta)$, computes the
12181218
normalizing constant for the beta distribution, and is defined for
12191219
$\alpha > 0$ and $\beta > 0$. \[ \text{lbeta}(\alpha,\beta) = \log
1220-
\Gamma(a) + \log \Gamma(b) - \log \Gamma(a+b) \] See section
1220+
\Gamma(\alpha) + \log \Gamma(\beta) - \log \Gamma(\alpha+\beta) \] See section
12211221
[appendix](#beta-appendix) for definition of $\text{B}(\alpha, \beta)$.
12221222
`r since("2.0")`
12231223

0 commit comments

Comments
 (0)