InterviewSolution
Saved Bookmarks
| 1. |
What is the Mode Value in Individual Series? |
|
Answer» Answer: When data is given on individual basis. Following is an example of individual series: In case of individual items, the number of times each value occurs is counted and the value which is repeated maximum number of times is the modal value. Example Problem Statement: Calculate Arithmetic Mode for the following individual data: Solution: The Arithmetic Mode of the given numbers is 36 as it is repeated maximum number of times,3. |
|