Skip to content

Commit 01c72c5

Browse files
committed
make theta into theta
1 parent e624593 commit 01c72c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan-users-guide/hyperspherical-models.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ transformed parameters {
158158
If the distribution of $(x, y)$ is uniform over a circle, then the
159159
distribution of $\arctan \frac{y}{x}$ is uniform over $(-\pi, \pi)$.
160160

161-
It might be tempting to try to just declare theta directly as a
161+
It might be tempting to try to just declare `theta` directly as a
162162
parameter with the lower and upper bound constraint as given above.
163163
The drawback to this approach is that the values $-\pi$ and $\pi$ are
164164
at $-\infty$ and $\infty$ on the unconstrained scale, which can

0 commit comments

Comments
 (0)