Find the best online courses
Back to course list
Hypothesis Testing: F-Test,Chi Square & Non Parametric Tests
  • Level: All Levels
  • Duration: 02h 28m 35s
  • Release date: 2021-08-25
  • Author: Dr.Himanshu Saxena
  • Provider: Udemy

Hypothesis Testing: F-Test,Chi Square & Non Parametric Tests

Description
Content

IntroductionHypothesis is an assumption which needs to be proved and once proved then it becomes a fact. For example, you might want to check the effectivity of a training program on the employees and you can apply sign  test for 2 samples. When you are evaluating a hypothesis, you need to account for both the variability in your sample and how large your sample is. Based on this information, you'd like to make an assessment of whether any differences you see are meaningful, or if they are likely just due to chance. This is formally done through a process called hypothesis testing. The Tests of Hypothesis discussed in this course are :F-TestChi Square TestRun TestSign TestMann Whitney Test (U Test)Kruskal Wallis Test ( H Test)Rank Correlation testFive Steps in Hypothesis Testing:Specify the Null HypothesisSpecify the Alternative HypothesisSet the Significance Level which generally is take as 5%Calculate the Test Statistic and Corresponding P-ValueDrawing a ConclusionStep 1: Specify the Null HypothesisThe null hypothesis (H0) is a statement of no effect, relationship, or difference between two or more groups or factors. In research studies, a researcher is usually interested in disproving the null hypothesis.Examples:There is no difference between the two samples.The inter college groups have the same IQ There is no association between the administration of vaccine and the disease cureStep 2: Specify the Alternative HypothesisThe alternative hypothesis (H1) is the statement that there is an effect or difference. This is usually the hypothesis the researcher is interested in proving. The alternative hypothesis can be one-sided (only provides one direction, e.g., lower) or two-sided. We often use two-sided tests even when our true hypothesis is one-sided because it requires more evidence against the null hypothesis to accept the alternative hypothesis.Examples:The  success rate of the students differs with the school they are studying in (two-sided).The time to recover from a  disease is lower due to the administration of the vaccine (one-sided).There is an association between injury type and the skills employed in the sports (two sided).Step 3: Set the Significance Level (a)The significance level (denoted by the Greek letter alpha) is generally set at 0.05. This means that there is a 5% chance that you will accept your alternative hypothesis when your null hypothesis is actually true. The smaller the significance level, the greater the burden of proof needed to reject the null hypothesis, or in other words, to support the alternative hypothesis.Step 4: Calculate the Test Statistic and Corresponding P-ValueIn another section we present some basic test statistics to evaluate a hypothesis. Hypothesis testing generally uses a test statistic that compares groups or examines associations between variables. When describing a single sample without establishing relationships between variables, a confidence interval is commonly used.The p-value describes the probability of obtaining a sample statistic as or more extreme by chance alone if your null hypothesis is true. This p-value is determined based on the result of your test statistic. Your conclusions about the hypothesis are based on your p-value and your significance level.Example:P-value = 0.01 This will happen 1 in 100 times by pure chance if your null hypothesis is true. Not likely to happen strictly by chance.Example:P-value = 0.75 This will happen 75 in 100 times by pure chance if your null hypothesis is true. Very likely to occur strictly by chance.Step 5: Drawing a ConclusionTest Statistic value <= significance level (a) : Accept your null hypothesis in favor of your alternative hypothesis. Your result is statistically significant.Test Statistic-value > significance level (a): reject your null hypothesis. Your result is not statistically significant.Hypothesis testing is not set up so that you can absolutely prove a null hypothesis. Therefore, when you do not find evidence against the null hypothesis, you fail to reject the null hypothesis. When you do find strong enough evidence against the null hypothesis, you reject the null hypothesis. Your conclusions also translate into a statement about your alternative hypothesis. When presenting the results of a hypothesis test, include the descriptive statistics in your conclusions as well. Example:H0: There is no difference in survival between the two samples.H1: There is a significant difference in survival between the two groups.