An open API service indexing awesome lists of open source software.

https://github.com/sethuiyer/stat-tests

Repository containing codes for various statistical hypothesis tests written in R.
https://github.com/sethuiyer/stat-tests

non-parametric r stat-tests statistical-inference

Last synced: 9 months ago
JSON representation

Repository containing codes for various statistical hypothesis tests written in R.

Awesome Lists containing this project

README

          

# stat-tests
Repository containing codes for various statistical parametric and nonparametric hypothesis tests written in R.

Tests Implemented:
>
A. Sign test
>
B. Signed rank sum test
>
C. Rank sum or wilcoxon test
>
D. Run test for randomness.
>
E. Kolmogorov Smirnov test
>
F. Paired - T Test
>
>G. Chi-Square test of Independence

Done as a part of the course - MATH F353 - Statistical Inference