explain the procedure to find the median of ungrouped data?
Answers
Answered by
22
start by arranging the values in increasing order. If the number of observations n is odd, the median is n/2+1 st value. n/2 is integer division (ignore the fraction). If there are 5 observations, the median is 5/2+1 = the third observation. If the number of observations is even, median = [ x(n/2)+x(n/2+1)] /2, the average of the two middle values. If there are 10 observations, 10/2 +(10/2+1), the average of the fifth and the sixth observation. The median is such that 50 % of the cases lie below it and 50 % above.
srlkhu:
thanq :)
Answered by
40
for median of ungrouped data first arrange values in ascending order,
no of values = n
if n is odd, then median is (n+1/2)th observation
if n is even it is average of (n/2)thy and n/2+1) th observations
hope this helps.....
no of values = n
if n is odd, then median is (n+1/2)th observation
if n is even it is average of (n/2)thy and n/2+1) th observations
hope this helps.....
Similar questions