ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Tools for Quantitative Reasoning
    MATH2118
    Progress0 / 27 topics
    Topics
    1. Logic, Logical and Critical Reasoning: Introduction and importance of logic2. Inductive, deductive and abductive approaches of reasoning3. Propositions4. Argutnents (valid and invalid5. Logical connectives6. Truth tables and propositional equivalences7. Logical fallacies8. Venn Diagrams9. Predicates and quantifiers10. Quantitative reasoning exercises using logical reasoning concepts and techniques11. Mathematical Modeling and Analyses12. Introduction to deterministic models13. Use of linear functions for modeling in real-world situations14. Modeling with the system of linear equations and their solutions15. Elementary introduction to derivatives in mathematical modeling16. Linear and exponential growth and decay models17. Quantitative reasoning exercises using mathematical modeling18. Statistical Modeling and Analyses19. Introduction to probabilistic models20. Bivariate analysis, scatter plots21. Simple linear regression model and correlation analysis22. Basics of estimation and confidence interval23. Testing of hypothesis24. z-test25. t-test26. Statistical inference in decision making27. Quantitative reasoning exercises using statistical modeling
    MATH2118›Testing of hypothesis
    Tools for Quantitative ReasoningTopic 23 of 27

    Testing of hypothesis

    2 minread
    384words
    Beginnerlevel

    Testing of hypothesis is a fundamental aspect of statistical analysis used to make inferences or draw conclusions about a population based on sample data. Here’s a breakdown of the key concepts involved:

    1. Hypothesis Definition

    • Null Hypothesis (H0): This is the statement that there is no effect or no difference. It serves as the default or starting assumption.
    • Alternative Hypothesis (H1 or Ha): This represents the statement we want to test for, indicating that there is an effect or a difference.

    2. Types of Hypotheses

    • One-tailed Test: Tests for the possibility of the relationship in one direction (e.g., greater than).
    • Two-tailed Test: Tests for the possibility of the relationship in both directions (e.g., different from).

    3. Significance Level (α)

    • This is the probability of rejecting the null hypothesis when it is actually true, commonly set at 0.05. It defines the threshold for how much evidence is needed to support the alternative hypothesis.

    4. Test Statistic

    • A numerical value calculated from the sample data that is used to determine whether to reject the null hypothesis. Common test statistics include t-tests, z-tests, chi-square tests, etc.

    5. P-Value

    • The p-value indicates the probability of obtaining test results at least as extreme as the observed results, under the assumption that the null hypothesis is true. A smaller p-value suggests stronger evidence against the null hypothesis.

    6. Decision Making

    • Reject H0: If the p-value is less than α, we reject the null hypothesis in favor of the alternative.
    • Fail to Reject H0: If the p-value is greater than or equal to α, we do not have enough evidence to reject the null hypothesis.

    7. Types of Errors

    • Type I Error: Rejecting the null hypothesis when it is true (false positive).
    • Type II Error: Failing to reject the null hypothesis when it is false (false negative).

    8. Power of a Test

    • The probability that the test correctly rejects a false null hypothesis. A higher power is desirable and often achieved by increasing sample size or effect size.

    9. Applications

    • Hypothesis testing is widely used in fields like medicine, psychology, business, and social sciences to evaluate theories and make data-driven decisions.

    In summary, hypothesis testing is a structured approach for making inferences about populations based on sample data, guiding decision-making through statistical evidence.

    Previous topic 22
    Basics of estimation and confidence interval
    Next topic 24
    z-test

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time2 min
      Word count384
      Code examples0
      DifficultyBeginner