InterviewSolution
Saved Bookmarks
| 1. |
Find the mean deviation using meadian from the following data: |
Answer» SOLUTION : Here `N=195`(ODD) MEDIAN `M=(N+1)/2` TH term `=(195+1)/2` th term `=98` th term `=50` Mean DEVIATION `=(sumf_(i)|x_(i)-M|)/(sumf_(i))` `=2750/195=14.10` |
|