We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3393808 commit 1cb4cf5Copy full SHA for 1cb4cf5
source/inference.md
@@ -973,7 +973,7 @@ our original population; but since we do not have access to the population itsel
973
this is often the best we can do.
974
975
```{code-cell} ipython3
976
-boot20000 = pd.concat([one_sample.sample(frac=1, replace=True).assign(replicate=n) for n in range(1_000)])
+boot20000 = pd.concat([one_sample.sample(frac=1, replace=True).assign(replicate=n) for n in range(20_000)])
977
boot20000
978
```
979
0 commit comments