Online MCQs Basic Statistics 17

The post is about Online MCQs Basic Statistics with Answers. 20 Multiple-Choice questions covers the topics related to Tables, Frequency Distribution, Measures of Central Tendency, Measure of Dispersion, Coefficient of Variation, Skewness and Kurtosis, etc. Let us start with the Online MCQs Basic Statistics.

Online Multiple Choice Questions about Basic Statistics

1. The sum of absolute deviations is minimum if these deviations are taken from

 
 
 
 

2. If $\overline{x} = 8$ which of the following is minimum?

 
 
 
 

3. If $b_2 > 3$ the distribution is

 
 
 
 

4. In Skewed distribution, approximately 95% of cases are falling between

 
 
 
 

5. The first moment about mean is

 
 
 
 

6. The second moment about mean is

 
 
 
 

7. The portion of the table containing row captions is called

 
 
 
 

8. Title of a table should be in

 
 
 
 

9. Class Mark is also called

 
 
 
 

10. If $b_2=3$ then the distribution is

 
 
 
 

11. The frequency of the class divided by the total frequency is called

 
 
 
 

12. The measures of dispersion are changed by the change of

 
 
 
 

13. The standard deviation is independent of change of

 
 
 
 

14. The average is also called measures of

 
 
 
 

15. For moderately skewed distribution, the empirical formula holds

 
 
 
 

16. The portion of the table containing column caption is called

 
 
 
 

17. The measures of dispersion remains unchanged by the change of

 
 
 
 

18. If the third moment about mean is zero, the distribution is

 
 
 
 

19. If $x=40$ and $S^2=64$ then the coefficient of variation is

 
 
 
 

20. The difference between the upper and lower class boundary is called

 
 
 
 

Online MCQs Basic Statistics with Answers

  • If the third moment about mean is zero, the distribution is
  • The first moment about mean is
  • If $b_2=3$ then the distribution is
  • For moderately skewed distribution, the empirical formula holds
  • If $b_2 > 3$ the distribution is
  • The portion of the table containing row captions is called
  • The portion of the table containing column caption is called
  • Title of a table should be in
  • The difference between the upper and lower class boundary is called
  • Class Mark is also called
  • The frequency of the class divided by the total frequency is called
  • The sum of absolute deviations is minimum if these deviations are taken from
  • The measures of dispersion remains unchanged by the change of
  • The measures of dispersion are changed by the change of
  • The standard deviation is independent of change of
  • In Skewed distribution, approximately 95% of cases are falling between
  • If $\overline{x} = 8$ which of the following is minimum?
  • If $x=40$ and $S^2=64$ then the coefficient of variation is
  • The second moment about mean is
  • The average is also called measures of
Online MCQs Basic Statistics Quiz with Answers

Frequently Asked Questions about R Language
Test Preparation MCQs

MCQs Basic Statistics with Answers 16

The post is about Online MCQs Basic Statistics with Answers. There are 20 multiple-choice questions about variables, data, data classification, data types, measurable and non-measurable characteristics, frequency distribution, tables, and attributes. Let us start with the MCQS Basic Statistics with Answers.

Please go to MCQs Basic Statistics with Answers 16 to view the test

Online MCQs Basic Statistics with Answers

MCQs Basic Statistics with Answers https://itfeature.com
  • A Characteristic which cannot be measurable is called
  • The number 115.9700 rounded off to the nearest tenth (one decimal place) is
  • $\sum\limits_{i=1}^n X_i=?$
  • A single value which represents the whole set of data is
  • Important and basic classification of data are
  • Data classified by geographical regions is called
  • Data classified by attributes are called
  • Data classified by the time of their occurrence is called
  • Data classified by two characteristics at a time are called
  • Data used by an agency that was originally collected by them are
  • Data in the population census reports are
  • Measurements usually provide
  • Counting or enumerations usually provide
  • Hourly temperature recorded by the Weather Bureau represents
  • The amount of milk given by a cow is a
  • The number of accidents recorded yesterday in Multan is a
  • The colour of hair is a
  • Data arranged in ascending or descending order is called
  • The process of arranging data into rows and columns is called
  • How many classes are generally used for arranging data

Online Quiz Website, Learn R Programming Language

Five Number Summary Statistics

The five number summary statistics is a set of descriptive statistics that summarizes a data set under study. Five number summary statistics consists of five numerical values that divide the data set into four equal parts. The five number summary statistics are also known as quartiles five number summary.

Five Number Summary Statistics includes the following values:

  • Minimum Value: The smallest value in the data set.
  • First Quartile ($Q_1$): The value that separates the lowest 25% of the data from the remaining data sets.
  • Median ($Q_2$): The value that separates the lowest 50% from the highest 50% of the data.
  • Third Quartile ($Q_3$): The value that separates the lowest 75% of the data from the highest 25% of the data.
  • Maximum value: The largest value in the data set.

Visualization of Five Number Summary Statistics

A box plot can visually represent the five number summary statistics. The box plot displays the dataset’s range (Minimum and Maximum), the median ($Q_2$), and the quartiles ($Q_1$ and $Q_2$).

The Five number summary statistics is a useful way to quickly summarize: the central tendency, variability, and distribution of a data set.

Five Number summary Statistics https://itfeature.com

Interquartile Range

The interquartile range (IQR) is a measure of variability that is based on the five number summary of a dataset. It is the difference between the third quartile ($Q_3$) and the first quartile ($Q_1$) of a data set. The rectangle in the box plot represents the interquartile range. The box represents the middle 50% of the data (between $Q_1$ and $Q_3$), with a line inside the box marking the median ($Q_2$).

What is a Box Plot

A box plot is a graphical representation of the five number summary statistics. It is also known as a box-and-whisker plot. It is used to see the distribution of the data and to detect outliers graphically/visually.

five number summary statistics box plot

The relative positions of the quartiles and the median can provide clues about the shape of the distribution. For example, if the median is closer to $Q_1$, the distribution might be right-skewed. If the median is closer to $Q_3$, it might be left-skewed. If the median is roughly halfway between $Q_1$ and $Q_3$, the distribution might be roughly symmetric. The whiskers extend from the box to the minimum and maximum values, and sometimes outliers are plotted as individual points beyond the whiskers.

The five-number summary is a valuable tool for understanding the distribution of data and making comparisons between different datasets. It is often used in exploratory data analysis, quality control, and other statistical applications.

How to Compute the Five Number Summary Statistics:

  • First, arrange the data in ascending order.
  • Find the minimum and maximum values in the data set.
  • Find the median:
    • If the number of data points is odd, the median is the middlemost value in the sorted data.
    • If the number of data points is even, the median is the average of the two middlemost middle values of the sorted data.
  • Find $Q_1$ and $Q_3$:
    • $Q_1$ is the median of the lower half of the data (excluding the median if the number of data points is odd).
    • $Q_3$ is the median of the upper half of the data (excluding the median if the number of data points is odd).

Online Quiz Website, R Programming Language