वर्गीकृत आँकड़ों का माध्यक: Difference between revisions

From Vidyalayawiki

No edit summary
No edit summary
Line 1: Line 1:
Median of grouped data is the median of the data that is continuous and in the form of frequency distribution. Median is the middlemost value of the given data that separates the lower half of the data from the higher half. While calculating the median of grouped data, the following things are involved:
* Median class
* Cumulative frequency
* Median of grouped data formula
== Definition of Median ==
Median is the middlemost value in a given data set after it is arranged in ascending order. If the total number of items in the list is odd, then after arranging the values in ascending order the middlemost value is taken as the median.
Median = <math>\frac{(n+1)}{2}</math> <sup>th</sup> term, where  <math>n</math> is the total number of observations.
If the number of items in the data set is even, then the average of the two middle values is taken as the median.
Median = <math>(\frac{n}{2}</math> <sup>th</sup> term + <math>(\frac{n}{2}+1)</math><sup>th</sup> term<math>)</math>/ <math>2</math>  where <math>n</math> is the total number of observations.
'''Example:''' Let's consider the data: <math>48,20,50,69,73,85</math>. What is the median ?
'''Solution:'''
Arranging in ascending order, we get <math>20,48,50,69,73,85
</math>. Here, <math>n</math> (no.of observations) = <math>6</math>
To find the median of even data we use the formula:
Median = <math>(\frac{n}{2}</math> <sup>th</sup> term + <math>(\frac{n}{2}+1)</math><sup>th</sup> term<math>)</math>/ <math>2</math> 
Median = <math>(\frac{6}{2}</math> <sup>th</sup> term + <math>(\frac{6}{2}+1)</math><sup>th</sup> term<math>)</math>/ <math>2</math> 
Median = <math>(3</math><sup>rd</sup> term + <math>4</math><sup>th</sup> term<math>)</math>/ <math>2</math> 
Median = <math>\frac{(50+69)}{2}=\frac{119}{2}=59.5</math>
== Median of Grouped Data Formula ==
Median = <math>l+\left [ \frac{(\frac{n}{2}-c)}{f} \right ]  \times h</math>
* <math>l</math> = lower limit of median class
* <math>n</math> = total number of observations
* <math>c</math> = cumulative frequency of the preceding (of median class) class
* <math>f</math> = frequency of median class
* <math>h</math> = size of each class
== Steps to Find Median of Grouped Data ==
Finding the median of any given data is simple since the median is the middlemost value of the data. Since the data is grouped, it is divided into class intervals. Here are the  steps to finding the median of grouped data.
* Step 1: Construct the frequency distribution table with class intervals and frequencies.
* Step 2: Calculate the cumulative frequency of the data by adding the preceding cumulative value of the frequency with the current value.
* Step 3: Find the value of <math>n</math> by adding the values in frequency (which is nothing but the last value of the cumulative frequency column)
* Step 4: Find the median class. If <math>n</math> is odd, the median is the <math>\frac{(n+1)}{2}</math><sup>th</sup> value. If n is even, then the median will be the average of the <math>\frac{n}{2}</math><sup>th</sup> and the <math>(\frac{n}{2}+1)</math><sup>th</sup> observation.
* Step 5: Find the lower limit of the class interval and the cumulative frequency.
* Step 6: Apply the formula for median in statistics: Median = <math>l+\left [ \frac{(\frac{n}{2}-c)}{f} \right ]  \times h</math>
Let us look at an example to understand this better.
Calculate the median for the following data:
{| class="wikitable"
!Marks
!Number of students
|-
|<math>0-20</math>
|<math>6</math>
|-
|<math>20-40</math>
|<math>20</math>
|-
|<math>40-60</math>
|<math>37</math>
|-
|<math>60-80</math>
|<math>10</math>
|-
|<math>80-100</math>
|<math>7</math>
|}
'''Solution:'''
We need to calculate the cumulative frequencies to find the median.
{| class="wikitable"
|+
!Marks
!Number of students
!Cumulative frequency
|-
|<math>0-20</math>
|<math>6</math>
|<math>0+6=6</math>
|-
|<math>20-40</math>
|<math>20</math>
|<math>6+20=26</math>
|-
|<math>40-60</math>
|<math>37</math>
|<math>26+37=63</math>
|-
|<math>60-80</math>
|<math>10</math>
|<math>63+10=73</math>
|-
|<math>80-100</math>
|<math>7</math>
|<math>73+7=80</math>
|}
<math>n=</math> last value of cumulative frequency <math>=80</math>
Since <math>n</math> is even, we will find the the average of the <math>\frac{n}{2}</math><sup>th</sup> and the <math>(\frac{n}{2}+1)</math><sup>th</sup> observation i.e. the cumulative frequency greater than <math>40</math> is <math>63</math> and the class is <math>40-60</math>. Hence, the median class is <math>40-60</math>.
<math>l=40 , f=37 ,c=26,h=20</math>
Using the median formula.
Median = <math>l+\left [ \frac{(\frac{n}{2}-c)}{f} \right ]  \times h</math>
<math>=40+\left [ \frac{(\frac{80}{2}-26)}{37} \right ]  \times 20</math>
<math>=40+\left [ \frac{(40-26)}{37} \right ]  \times 20</math>
<math>=40+\left [ \frac{14}{37} \right ]  \times 20</math>
<math>=40+7.57</math>
Median <math>=47.57</math>


[[Category:सांख्यिकी]][[Category:गणित]][[Category:कक्षा-10]]
[[Category:सांख्यिकी]][[Category:गणित]][[Category:कक्षा-10]]
Median of Grouped Data

Revision as of 06:34, 11 June 2024

Median of grouped data is the median of the data that is continuous and in the form of frequency distribution. Median is the middlemost value of the given data that separates the lower half of the data from the higher half. While calculating the median of grouped data, the following things are involved:

  • Median class
  • Cumulative frequency
  • Median of grouped data formula

Definition of Median

Median is the middlemost value in a given data set after it is arranged in ascending order. If the total number of items in the list is odd, then after arranging the values in ascending order the middlemost value is taken as the median.

Median = th term, where is the total number of observations.

If the number of items in the data set is even, then the average of the two middle values is taken as the median.

Median = th term + th term/ where is the total number of observations.

Example: Let's consider the data: . What is the median ?

Solution:

Arranging in ascending order, we get . Here, (no.of observations) =

To find the median of even data we use the formula:

Median = th term + th term/

Median = th term + th term/

Median = rd term + th term/

Median =

Median of Grouped Data Formula

Median =

  • = lower limit of median class
  • = total number of observations
  • = cumulative frequency of the preceding (of median class) class
  • = frequency of median class
  • = size of each class

Steps to Find Median of Grouped Data

Finding the median of any given data is simple since the median is the middlemost value of the data. Since the data is grouped, it is divided into class intervals. Here are the steps to finding the median of grouped data.

  • Step 1: Construct the frequency distribution table with class intervals and frequencies.
  • Step 2: Calculate the cumulative frequency of the data by adding the preceding cumulative value of the frequency with the current value.
  • Step 3: Find the value of by adding the values in frequency (which is nothing but the last value of the cumulative frequency column)
  • Step 4: Find the median class. If is odd, the median is the th value. If n is even, then the median will be the average of the th and the th observation.
  • Step 5: Find the lower limit of the class interval and the cumulative frequency.
  • Step 6: Apply the formula for median in statistics: Median =

Let us look at an example to understand this better.

Calculate the median for the following data:

Marks Number of students

Solution:

We need to calculate the cumulative frequencies to find the median.

Marks Number of students Cumulative frequency

last value of cumulative frequency

Since is even, we will find the the average of the th and the th observation i.e. the cumulative frequency greater than is and the class is . Hence, the median class is .

Using the median formula.

Median =

Median