Skip to content

Commit b2d4f84

Browse files
committed
fix H
1 parent 2fa9ae2 commit b2d4f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def logL(β, model):
912912

913913
```{code-cell} ipython3
914914
G_logL = jax.grad(logL)
915-
H_logL = jax.jacfwd(logL)
915+
H_logL = jax.jacfwd(G_logL)
916916
```
917917

918918
```{solution-end}

0 commit comments

Comments
 (0)