InterviewSolution
Saved Bookmarks
| 1. |
What is meant by median? |
|
Answer» Median is that variable value of a data-item series which divides the ordered series into two equal parts in such a way that all the values in one part are greater than the median and all the value of the other part are lesser the median value. |
|