माध्य - प्रत्यक्ष विधि: Difference between revisions
From Vidyalayawiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
To calculate the mean of grouped data we have three different methods - direct method, assumed mean method, and step deviation method. The mean of grouped data deals with the frequencies of different observations or variables that are grouped together. | |||
=== Direct Method === | |||
The direct method is the simplest method to find the mean of the grouped data. If the values of the observations are<math>x_1,x_2,x_3.............x_n</math> with their corresponding frequencies are <math>f_1,f_2,f_3.............f_n</math> then the mean of the data is given by, | |||
<math>\bar{x} =\frac{x_1f_1+x_2f_2+x_3f_3+......+x_nf_n}{f_1+f_2+f_3+......+f_n}</math> | |||
<math>\bar{x} =\frac{\sum_{i=1}^n \displaystyle x_if_i}{\sum_{i=1}^n \displaystyle f_i}</math> | |||
Here are the steps to find the mean for grouped data using the direct method, | |||
* Create a table containing four columns such as class interval, class marks (corresponding), denoted by <math>x_i</math>, frequencies <math>f_i</math> (corresponding), and <math>x_if_i</math>. | |||
* Calculate Mean by the Formula Mean = <math>\bar{x} =\frac{\sum_{i=1}^n \displaystyle x_if_i}{\sum_{i=1}^n \displaystyle f_i}</math>. Where <math>f_i</math> is the frequency and <math>x_i</math> is the midpoint of the class interval. | |||
* Calculate the midpoint, <math>x_i</math> using the formula <math>x_i</math> = (upper class limit + lower class limit) / 2. | |||
'''Example:''' Find the mean of the following data. | |||
{| class="wikitable" | |||
|+ | |||
!Class Interval | |||
!Frequency <math>f_i</math> | |||
|- | |||
|0 - 10 | |||
|9 | |||
|- | |||
|10 - 20 | |||
|13 | |||
|- | |||
|20 - 30 | |||
|8 | |||
|- | |||
|30 - 40 | |||
|15 | |||
|- | |||
|40 - 50 | |||
|10 | |||
|} | |||
Step 1: | |||
{| class="wikitable" | |||
!Class | |||
Interval | |||
!Frequency | |||
<math>f_i</math> | |||
!Class Mark | |||
<math>x_i</math> | |||
!<math>x_i</math><math>f_i</math> | |||
|- | |||
|0 - 10 | |||
|9 | |||
|5 | |||
|45 | |||
|- | |||
|10 - 20 | |||
|13 | |||
|15 | |||
|195 | |||
|- | |||
|20 - 30 | |||
|8 | |||
|25 | |||
|200 | |||
|- | |||
|30 - 40 | |||
|15 | |||
|35 | |||
|525 | |||
|- | |||
|40 - 50 | |||
|10 | |||
|45 | |||
|450 | |||
|- | |||
|'''Total''' | |||
|55 | |||
| | |||
|1415 | |||
|} | |||
[[Category:सांख्यिकी]][[Category:गणित]][[Category:कक्षा-10]] | [[Category:सांख्यिकी]][[Category:गणित]][[Category:कक्षा-10]] | ||
Revision as of 15:37, 12 March 2024
To calculate the mean of grouped data we have three different methods - direct method, assumed mean method, and step deviation method. The mean of grouped data deals with the frequencies of different observations or variables that are grouped together.
Direct Method
The direct method is the simplest method to find the mean of the grouped data. If the values of the observations are with their corresponding frequencies are then the mean of the data is given by,
Here are the steps to find the mean for grouped data using the direct method,
- Create a table containing four columns such as class interval, class marks (corresponding), denoted by , frequencies (corresponding), and .
- Calculate Mean by the Formula Mean = . Where is the frequency and is the midpoint of the class interval.
- Calculate the midpoint, using the formula = (upper class limit + lower class limit) / 2.
Example: Find the mean of the following data.
Class Interval | Frequency |
---|---|
0 - 10 | 9 |
10 - 20 | 13 |
20 - 30 | 8 |
30 - 40 | 15 |
40 - 50 | 10 |
Step 1:
Class
Interval |
Frequency
|
Class Mark
|
|
---|---|---|---|
0 - 10 | 9 | 5 | 45 |
10 - 20 | 13 | 15 | 195 |
20 - 30 | 8 | 25 | 200 |
30 - 40 | 15 | 35 | 525 |
40 - 50 | 10 | 45 | 450 |
Total | 55 | 1415 |