Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Options:
-B, --n-permutations INTEGER Number of random permutations. [default:
10000]
--alpha FLOAT Type I error. [default: 0.05]
--beta FLOAT early accept parameter. [default: 0.0]
--seed INTEGER Random seed.
--compare-to-first Compare all algorithms to the first algorithm.
--help Show this message and exit.
Expand Down Expand Up @@ -172,7 +171,7 @@ The process stops when all the comparisons are decided.
## Analysis of AdaStop results – plot and status commands

```bash
adastop plot . tesult.pdf
adastop plot . result.pdf
```

![img](../examples/plot_result.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.org
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The process stops when all the comparisons are decided.
** Analysis of AdaStop results -- plot and status commands

#+begin_src bash :session *shell* :results verbatim :exports both
adastop plot . tesult.pdf
adastop plot . result.pdf
#+end_src

[[../examples/plot_result.png]]
Expand Down
1 change: 0 additions & 1 deletion docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Options:
--n-groups INTEGER Number of groups. [default: 5]
--n-permutations INTEGER Number of random permutations. [default: 10000]
--alpha FLOAT Type I error. [default: 0.05]
--beta FLOAT early accept parameter. [default: 0.0]
--seed INTEGER Random seed.
--compare-to-first Compare all algorithms to the first algorithm.
--help Show this message and exit.
Expand Down