Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanweed committed Nov 1, 2023
1 parent ea21076 commit 743265a
Show file tree
Hide file tree
Showing 17 changed files with 100 additions and 88 deletions.
182 changes: 97 additions & 85 deletions 04.03-estimation.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _sources/04.03-estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,9 @@
" sample_sds = []\n",
" sample_means = []\n",
" for i in range(1,10000):\n",
" sample_sd = statistics.stdev(np.random.normal(loc=100,scale=15,size=n)#.astype(int))\n",
" sample_sd = statistics.stdev(np.random.normal(loc=100,scale=15,size=n))#.astype(int))\n",
" sample_sds.append(sample_sd)\n",
" sample_mean = statistics.mean(np.random.normal(loc=100,scale=15,size=n)#.astype(int))\n",
" sample_mean = statistics.mean(np.random.normal(loc=100,scale=15,size=n))#.astype(int))\n",
" sample_means.append(sample_mean)\n",
" averageSampleSds.append(statistics.mean(sample_sds))\n",
" averageSampleMeans.append(statistics.mean(sample_means))\n",
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 743265a

Please sign in to comment.