Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Statistics - Statistical Inference


Statistical Inference

Using data analysis and statistics to make conclusions about a population is called statistical inference.

The main types of statistical inference are:

  • Estimation
  • Hypothesis testing

Estimation

Statistics from a sample are used to estimate population parameters.

The most likely value is called a point estimate.

There is always uncertainty when estimating.

The uncertainty is often expressed as confidence intervals defined by a likely lowest and highest value for the parameter.

An example could be a confidence interval for the number of bicycles a Dutch person owns:

"The average number of bikes a Dutch person owns is between 3.5 and 6."


Hypothesis Testing

Hypothesis testing is a method to check if a claim about a population is true. More precisely, it checks how likely it is that a hypothesis is true is based on the sample data.

There are different types of hypothesis testing.

The steps of the test depends on:

  • Type of data (categorical or numerical)
  • If you are looking at:
    • A single group
    • Comparing one group to another
    • Comparing the same group before and after a change

Some examples of claims or questions that can be checked with hypothesis testing:

  • 90% of Australians are left handed
  • Is the average weight of dogs more than 40kg?
  • Do doctors make more money than lawyers?

Probability Distributions

Statistical inference methods rely on probability calculation and probability distributions.

You will learn about the most important probability distributions in the next pages.


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.