File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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]]
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments