File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,9 @@ Sampling distribution of the sample proportion for sample size 40.
328
328
``` {code-cell} ipython3
329
329
:tags: [remove-cell]
330
330
331
- glue("sample_proportion_center", round(sample_estimates["sample_proportion"].mean(), 1 ))
332
- glue("sample_proportion_min", round(sample_estimates["sample_proportion"].min( ), 1 ))
333
- glue("sample_proportion_max", round(sample_estimates["sample_proportion"].max( ), 1 ))
331
+ glue("sample_proportion_center", round(sample_estimates["sample_proportion"].mean(), 2 ))
332
+ glue("sample_proportion_min", round(sample_estimates["sample_proportion"].quantile(0.004 ), 2 ))
333
+ glue("sample_proportion_max", round(sample_estimates["sample_proportion"].quantile(0.9997 ), 2 ))
334
334
```
335
335
336
336
``` {index} sampling distribution; shape
You can’t perform that action at this time.
0 commit comments