In which plot can we see the distribution, median, quartiles, and outliers all at once?
- Bar chart
- Box plot
- Pie chart
- Scatter plot
A Box plot, also known as a whisker plot, displays a summary of the set of data values including minimum, first quartile (25th percentile), median, third quartile (75th percentile), and maximum. Outliers are also often indicated in box plots through the use of markers.
Loading...
Related Quiz
- A correlation coefficient of +1 between two variables indicates what kind of relationship?
- What is the importance of the 'explore' step in the EDA process?
- What does the term "Multicollinearity" refer to in the context of Exploratory Data Analysis?
- Principal Component Analysis (PCA) is a technique that reduces dimensionality by creating new uncorrelated variables called _______. These new variables retain most of the variability in the original dataset.
- Which method of variable selection can help mitigate the impact of Multicollinearity?