GitHub

Original file line numberDiff line numberDiff line change

@@ -271,7 +271,7 @@ plot_kde(sample, ax)

271271

plt.show()

272272

```

273273
274-

The allocation of probability mass is similar to what was shown by the

274+

The allocation of probability density is similar to what was shown by the

275275

histogram just above.

276276
277277

## Exercises

@@ -427,7 +427,7 @@ freq = compute_freq()

427427

print(f"Frequency of at least two stock outs = {freq}")

428428

```

429429
430-

Try switching the `parallel` flag to `False` in the jitted function

430+

Try switching the `parallel` flag to `False` in the `@jit` decorator

431431

above.

432432
433433

Depending on your system, the difference can be substantial.

Read the original on github.com ↗