Skip to content

Commit d16f38d

Browse files
acolombitwiecki
authored andcommitted
Update getting_started.ipynb
Typo correction in documentation.
1 parent 5e83fa7 commit d16f38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/getting_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,8 @@
10311031
"$$ \n",
10321032
"\\begin{aligned} \n",
10331033
" D_t &\\sim \\text{Pois}(r_t), r_t= \\begin{cases} \n",
1034-
" l, & \\text{if } t \\lt s \\\\\n",
1035-
" e, & \\text{if } t \\ge s \n",
1034+
" e, & \\text{if } t \\le s \\\\\n",
1035+
" l, & \\text{if } t \\gr s \n",
10361036
" \\end{cases} \\\\\n",
10371037
" s &\\sim \\text{Unif}(t_l, t_h)\\\\ \n",
10381038
" e &\\sim \\text{exp}(1)\\\\\n",

0 commit comments

Comments
 (0)