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.
- Host: GitHub
- URL: https://github.com/sethuiyer/stat-tests
- Owner: sethuiyer
- Created: 2016-11-21T15:40:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T08:37:11.000Z (over 9 years ago)
- Last Synced: 2025-07-12T02:19:20.783Z (11 months ago)
- Topics: non-parametric, r, stat-tests, statistical-inference
- Language: R
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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