1 - introduction - Jupyter Notebook
1 - introduction - Jupyter Notebook
What is statistics ?
Defination : statistics is the science of collecting ,organizing and analyzing the data
Statistics is a mathematical science including methods of collecting, organizing and analyzing data in such
a way that meaningful conclusions can be drawn from them.
In general, its investigations and analyses fall into two broad categories called descriptive and
inferential statistics.
Types of statistics
localhost:8888/notebooks/OneDrive/Desktop/AWP/statics/1 - introduction .ipynb 1/5
8/20/24, 12:26 AM 1 - introduction - Jupyter Notebook
1 - Descriptive statistics
2 - Inferential statistics
1 - Descriptive statistics
it consists of organizing Summarizing ,Analyzind and visualizing of data
Inferential statistics
It consists of using data you have measure to form conclusion
A population includes all members or elements that fit a certain criteria or are of interest in a particular study.
It represents the entire group about which you want to draw conclusions.
Sample (n) :
A sample is a subset of the population selected for the actual study or analysis.
Example
You want to know the average height of all the students in the school.
Population:
The population in this case is all 500 students in the school.
If you measured the height of every single student, you would have data for the entire population.
Sample:
Instead of measuring the height of all 500 students, you decide to measure the height of 50 students
randomly selected from different classes.
These 50 students make up your sample.
You then calculate the average height of these 50 students to estimate the average height of all 500
students in the school.
In this example:
The population is all 500 students.
Types of data
Qualitative
Ordinal(grade,rank)
nominal(gender,name of person)
Quantitative
Discrete data can only take certain values (like whole numbers)
In [ ]: