I am doing a course on machine learning and as part of it i am also learning statistics.
I came across one question in which i have to find the median basing on a histogram.
Median is the th element.
But in the histogram the hint is confusing me. What does that mean 43 is the median of the frequencies, but it's not the median of the values.
For the median of the values, if you sum up all the frequencies below the median, and all the frequencies above the median, you should get the same number.
Please help.


Actually to find median from histogram you have to draw cumulative frequency more than type and cumulative frequency less than type in form of frequency curves. Then from the point of intersection you drop a perpendicular to X axis . Point of intersection with X axis is median.