Skip to content

prnvvj/Hypothesis-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Hypothesis-Testing

Hypothesis testing is a critical tool in inferential statistics, for determing what the value of a population parameter could be. We often draw this conclusion based on a sample data analysis.

The basis of hypothesis testing has two attributes:

Null Hypothesis: ๐ป0 Alternative Hypothesis: ๐ป๐‘Ž The tests we will discuss in this notebook are:

One Population Proportion Difference in Population Proportions One Population Mean Difference in Population Means In this notebook, we will also introduce some functions (from the statsmodels Python package) that are extremely useful when calculating a t-statistic, or a z-statistic, and corresponding p-values for a hypothesis test.

Let's quickly review the following ways to calculate a test statistic for the tests listed above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published