Skip to content

Commit 756612a

Browse files
Merge pull request #897 from stan-dev/fix-822
mention that exponential uses inverse scale (rate)
2 parents e4baa1c + 74a54f2 commit 756612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-reference/positive_continuous_distributions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ quantities blocks. For a description of argument and return types, see section
293293

294294
### Probability density function
295295

296-
If $\beta \in \mathbb{R}^+$, then for $y \in \mathbb{R}^+$, \begin{equation*}
296+
If inverse scale (rate) $\beta \in \mathbb{R}^+$, then for $y \in \mathbb{R}^+$, \begin{equation*}
297297
\text{Exponential}(y|\beta) = \beta \, \exp ( - \beta \, y ) . \end{equation*}
298298

299299
### Distribution statement

0 commit comments

Comments
 (0)