Skip to content

Commit f66be67

Browse files
Update lectures/mccall_model.md
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent a1c0a5e commit f66be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Our default for $q$, the distribution of the state process, will be
344344

345345
```{code-cell} python3
346346
n, a, b = 50, 200, 100 # default parameters
347-
q_default = jnp.array(BetaBinomial(n, a, b).pdf()) # default choice of q as JAX array
347+
q_default = jnp.array(BetaBinomial(n, a, b).pdf())
348348
```
349349

350350
Our default set of values for wages will be

0 commit comments

Comments
 (0)