Statistics-101 Flashcards

1
Q

What is the central tendency?

A

Central tendency is the measure to show where the data points are centered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three measures of central tendency?

A

Mean, Median & Mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the measure of Dispersion?

A

It shows the variability of data scattered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Should the central and measure of Dispersion both be required for better interpretation?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How the mean of data is represented?

A

x bar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How the mean and median is obtained?

A

The mean = sum of values/ Total no of values
Medain = First arrange the data is ascending or descending order , & if the no of values are odd then the observation at (n/2 +1 ) is the medain , *& if the no of values are even then the mean of (n/2)th and (n/2 + 1 )th is the median

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Write a Programme to find the mean?

A

public static int findMean(int arr[]) {
if(arr.length == 0)
return 0;

	int mean= 0;

	for (int i = 0; i < arr.length; i++) {
		mean= mean + arr[i];
	}

	return mean/arr.length;
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by Statistics?

A

procure meaningful data to enrich the context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 4 basic stages of Stats?

A

Collect > Organise > Analyse > Interpret > Present

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Primary & Secondary Data?

A

Primary Data is data gathered by someone with some objective in mind
Secondary Data is data gathered from a readymade source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What care is important with Secondary Data?

A

It must come from a reliable source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Range?

A

The difference of Highest-Lowest datum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Range?

A

The difference of Highest-Lowest datum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Frequency distribution?

A

No of Repetitions of data or event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Class Interval?

A

Grouping of data in sub ranges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Class Width or Class SIze?

A

The subrange size we choose for class interval

17
Q

What basic info we can get form Grouped Frequency Distribution?

A

We can get a good apportioned advice, that where the data is inclined

18
Q

In case of grouped frequency distribution , in case we have weight 30.5 , so where it will belong

A

get the gap between tow intervals and divide by 2, add the result in intervals lower limit and upper limit

19
Q

What is a Grouped Frequency Distribution?

A

It shows the majority of data inclined , A good use case is the policy is applied to 10 states and then after implementation the many states
showed the ploicy result , so we may need not to do it singly , we can subgropu the whole state in range intervals and see the result percentage

20
Q

What are the types of data

A

Categorical and Numerical

21
Q

What are categorical types

A

Like groups and then yes or no options

22
Q

What are the types of numerical data

A

Continuous and discreet

23
Q

What are types of measurement

A

Qualitative and Quantitative

24
Q

What are the types of qualitative

A

Ordinal it could be qualitative Quantitative

Nominal it is value but not having any order like seasons

25
What basis the graphs are divided?
Types of Data & Measurement Levels
26
What are the most general categorical Represntations?
Pie Chart, Paracto Diagrams, BAr Charts And Pie Charts
27
What kind of data represention does Bar Chart has?
Frequescy DIstribution
28
What kind of data representation does Pie Chart has?
Including Frequency Distribution it has Relative Frequeny DIstribuition, e.g. Market SHare
29
What are characteristics of Pareto Diagram?
It is again a Bar Chart , but the categories are shown in decending order of frequency
30
What ios best practiser to visualize the numerical data?
Since it has dipersed values, it is better to group them in class intervals and make a frewquency distribution
31
How to create the class distributioons?
Largest - smallest / no of desired intervals
32
Does the lower and upper value of the extreme class intervals must include the lowest and tyhe highest value?
Yes, and thus in a class interval the the lower
33
How to calculate relative frequency?
frequency of the event in the class interval/ total frequency
34
What is Side by Side chart?
It shows collective data for an entity in multiple areas