-
Notifications
You must be signed in to change notification settings - Fork 58
Add Wilcoxon Distribution #293
Copy link
Copy link
Open
Labels
Difficulty: AdvancedHackathon projects with beginner difficultyHackathon projects with beginner difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab HackathonStatus: Available
Metadata
Metadata
Assignees
Labels
Difficulty: AdvancedHackathon projects with beginner difficultyHackathon projects with beginner difficultyFsLab Hackathon 2023Implementation projects for the 2023 FsLab HackathonImplementation projects for the 2023 FsLab HackathonStatus: Available
Type
Projects
Status
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