Skip to content
Open
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
5 changes: 4 additions & 1 deletion docs/stat_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

- [Fisher's Randomization Test](https://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/fishrand.htm)
- [Two-sided Paired Student's t-Test](https://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/t_test.htm)
- [Tukey’s HSD test](https://www.itl.nist.gov/div898/handbook/prc/section4/prc471.htm)

Please, refer to [Smucker et al.](https://dl.acm.org/doi/10.1145/1321440.1321528) for additional information on statistical tests for Information Retrieval.

To use the [Fisher's Randomization Test](https://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/fishrand.htm), pass `stat_test="fisher"` to [compare](https://amenra.github.io/ranx/compare).

To use the [Two-sided Paired Student's t-Test](https://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/t_test.htm), pass `stat_test="student"` to [compare](https://amenra.github.io/ranx/compare).
To use the [Two-sided Paired Student's t-Test](https://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/t_test.htm), pass `stat_test="student"` to [compare](https://amenra.github.io/ranx/compare).

To use the [Tukey’s HSD test](https://www.itl.nist.gov/div898/handbook/prc/section4/prc471.htm), pass `stat_test="Tukey"` to [compare](https://amenra.github.io/ranx/compare).