Skip to content

Commit da3a9d4

Browse files
Merge pull request #8 from JulienT01/main
Tuto and doc updates
2 parents d3244a3 + c78bf9f commit da3a9d4

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/tutorials.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Options:
7171
-B, --n-permutations INTEGER Number of random permutations. [default:
7272
10000]
7373
--alpha FLOAT Type I error. [default: 0.05]
74-
--beta FLOAT early accept parameter. [default: 0.0]
7574
--seed INTEGER Random seed.
7675
--compare-to-first Compare all algorithms to the first algorithm.
7776
--help Show this message and exit.
@@ -172,7 +171,7 @@ The process stops when all the comparisons are decided.
172171
## Analysis of AdaStop results – plot and status commands
173172

174173
```bash
175-
adastop plot . tesult.pdf
174+
adastop plot . result.pdf
176175
```
177176

178177
![img](../examples/plot_result.png)

docs/tutorials.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The process stops when all the comparisons are decided.
103103
** Analysis of AdaStop results -- plot and status commands
104104

105105
#+begin_src bash :session *shell* :results verbatim :exports both
106-
adastop plot . tesult.pdf
106+
adastop plot . result.pdf
107107
#+end_src
108108

109109
[[../examples/plot_result.png]]

docs/user_guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Options:
7878
--n-groups INTEGER Number of groups. [default: 5]
7979
--n-permutations INTEGER Number of random permutations. [default: 10000]
8080
--alpha FLOAT Type I error. [default: 0.05]
81-
--beta FLOAT early accept parameter. [default: 0.0]
8281
--seed INTEGER Random seed.
8382
--compare-to-first Compare all algorithms to the first algorithm.
8483
--help Show this message and exit.

0 commit comments

Comments
 (0)