Skip to content

Commit e87cdc9

Browse files
authored
update likelihood_ratio_process_2.md with correct file changes
1 parent ebf1770 commit e87cdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/likelihood_ratio_process_2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ f = jit(lambda x: p(x, F_a, F_b))
148148
g = jit(lambda x: p(x, G_a, G_b))
149149
```
150150

151-
`"{code-cell} ipython3
151+
```{code-cell} ipython3
152152
@jit
153153
def simulate(a, b, T=50, N=500):
154-
"'
154+
'''
155155
Generate N sets of T observations of the likelihood ratio,
156156
return as N x T matrix.
157157
'''

0 commit comments

Comments
 (0)