Spaces:
Running
Running
otal fix
Browse filesSigned-off-by: Srihari Thyagarajan <[email protected]>
probability/18_central_limit_theorem.py
CHANGED
@@ -79,7 +79,7 @@ def _(mo):
|
|
79 |
return total
|
80 |
```
|
81 |
|
82 |
-
The value returned by this function will be a random variable. Click the button below to run the function and observe the resulting value of
|
83 |
"""
|
84 |
)
|
85 |
return
|
@@ -116,7 +116,7 @@ def _(mo, random, run_button):
|
|
116 |
|
117 |
@app.cell(hide_code=True)
|
118 |
def _(mo):
|
119 |
-
mo.md(r"""What does
|
120 |
return
|
121 |
|
122 |
|
|
|
79 |
return total
|
80 |
```
|
81 |
|
82 |
+
The value returned by this function will be a random variable. Click the button below to run the function and observe the resulting value of total:
|
83 |
"""
|
84 |
)
|
85 |
return
|
|
|
116 |
|
117 |
@app.cell(hide_code=True)
|
118 |
def _(mo):
|
119 |
+
mo.md(r"""What does total look like as a distribution? Let's calculate total many times and visualize the histogram of values it produces.""")
|
120 |
return
|
121 |
|
122 |
|