Saved Bookmarks
| 1. |
If the number of observation are odd then the median is |
|
Answer» If the number of observations is odd, the number in the MIDDLE of the list is the median. This can be found by taking the value of the (n+1)/2 -th term, where n is the number of observations. ELSE, if the number of observations is even, then the median is the simple average of the middle TWO NUMBERS. |
|