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

https://github.com/cyprianfusi/complete-statistical-hypothesis-tests

Complete Statistical Hypothesis Test using real-world data is a blueprint for hypothesis testing! It covers almost all the hypothesis tests commonly used.
https://github.com/cyprianfusi/complete-statistical-hypothesis-tests

hypothesis-testing pandas-python statistics visualization

Last synced: over 1 year ago
JSON representation

Complete Statistical Hypothesis Test using real-world data is a blueprint for hypothesis testing! It covers almost all the hypothesis tests commonly used.

Awesome Lists containing this project

README

          

# complete-statistical-hypothesis-tests
## Complete Statistical Hypothesis Test using real-world data.

These notebooks contain statistical hypothesis tests using real-world dataset for a series of Research Questions.
Parametric inferential procedures are used after confirming and/or assuming that the samples meet the required conditions
for the test.
Effect Size is used to evaluate the meaningfulness of statistical significance of an outcome from a hypothesis test.
Also, Confidence Intervals are also computed to lend more weight to the outcome of the hypothesis tests.