InterviewSolution
| 1. |
What is population and what are summary measures? |
|
Answer» Response: POPULATION is the entire collection of the dataset for which the information is desired. When we deal with the dataset, then the entire set of data which may be a collection of objects or INDIVIDUALS are called as population. There are DIFFERENT categories of “summary measures”. When we describe data NUMERICALLY, then we use various summary measures such as the following:
Out of the above measures, Mean and Median are used for "centre and location of NUMERICAL datasets”. Quartiles are used as other measures of location. Range, IQR, variance and Standard deviation parameters are used for variances in the dataset. |
|