Skip to content

Commit

Permalink
deploy: a7f389a
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanistheone committed Jan 15, 2024
1 parent 6598087 commit 5b79197
Show file tree
Hide file tree
Showing 152 changed files with 1,934 additions and 169 deletions.
1 change: 1 addition & 0 deletions DESIGN.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
<li class="toctree-l3"><a class="reference internal" href="examples/one_sample_z-test.html">One-sample z-test for the mean</a></li>
<li class="toctree-l3"><a class="reference internal" href="examples/one_sample_t-test.html">One-sample t-test for the mean</a></li>
<li class="toctree-l3"><a class="reference internal" href="examples/two_sample_t-test.html">Welch’s two-sample <span class="math notranslate nohighlight">\(t\)</span>-test</a></li>

<li class="toctree-l3"><a class="reference internal" href="examples/ANOVA.html">Analysis of variance (ANOVA)</a></li>
<li class="toctree-l3"><a class="reference internal" href="examples/two_sample_equivalence_test.html">Two-sample equivalence test</a></li>
</ul>
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
8 changes: 8 additions & 0 deletions _sources/datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ TODO: move detailed info to `students.md`



## Real-world datasets

### Lalonde

An experiment whether training increases income.




## Other datasets

Expand Down
8 changes: 8 additions & 0 deletions _sources/datasets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ TODO: move detailed info to `students.md`



## Real-world datasets

### Lalonde

An experiment whether training increases income.




## Other datasets

Expand Down
2 changes: 1 addition & 1 deletion _sources/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ covered in the [Inventory of statistical test recipes](https://docs.google.com/d
- Nonparametric tests
- Sign test for the population median
- One-sample Wilcoxon signed-rank test
- Wilcoxon rank sum test
- Mann-Whitney U-test
- Kruskal–Wallis analysis of variance by ranks

- Resampling methods
Expand Down
Loading

0 comments on commit 5b79197

Please sign in to comment.