Add Wilcoxon Distribution #293
Labels
Difficulty: Advanced
Hackathon projects with beginner difficulty
FsLab Hackathon 2023
Implementation projects for the 2023 FsLab Hackathon
Status: Available
Description
Citation from #213
To perform a valid u test it is required to implement the Wilcoxon distribution. Is should be added as individual source file within
Distributions/Continuous
. You can copy the Distributions/Continuous/Normal.fs and replace all fields with its corresponding entries for the Wilcoxon distribution.References
Pointers
Hints (click to expand if you need additional pointers)
A final PR should contain the source file as well as unit tests to verify the correct results of the calculations. But even if some functions are missing, you can file a PR and mention what has to be added and where the problems are. For appropriate unit tests you can check out exponential distribution unit tests.
./build watchdocs
./build runtests
The text was updated successfully, but these errors were encountered: