Haleshot commited on
Commit
23a3f9a
·
unverified ·
1 Parent(s): af04e75

Signed-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 →taltotal:
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 →taltotal look like as a distribution? Let's calculate →taltotal many times and visualize the histogram of values it produces.""")
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