

InterviewSolution
Saved Bookmarks
1. |
Write mode formula? Give one problem for mode |
Answer» Example of mode= Continues series [0-10,10-20,20-30,30-40,40-50] frequency (10,9,15,2,6)<br>(f1-fo/2f1-f0-f2*h). F1 means highest frequency given when in the series and f0 is the value given in the series at just upper to f1. F2 is the just down given value .<br>continuous series: z=l1+f1-f0/2f1-f0-f2*icalculate mode of the following:- C.I(0-10,10-20,20-30,30-40,40-50) frequency(2,5,7,5,2) | |