DA0-001 · Question #254
A market research firm has data sets based on surveys. A data analyst wants to know if any outliers are present in a data set. Which of the following would be the BEST method to examine the…
The correct answer is C. Build a scatter plot of each variable and look for observations that are out of place. To visually identify outliers in numerical variables within a dataset, a scatter plot is the most effective method as it directly displays individual data points and makes unusual observations stand out.
Question
A market research firm has data sets based on surveys. A data analyst wants to know if any outliers are present in a data set. Which of the following would be the BEST method to examine the numerical variables in the data set visually and find any outliers?
Options
- APlot the linear correlations between each pair of variables and look for unusual relationships
- BCreate a bar chart for each variable and look for any distributions that are unusual.
- CBuild a scatter plot of each variable and look for observations that are out of place.
- DOrder each variable in a spreadsheet from lowest to highest and look for unusual numbers at the
How the community answered
(59 responses)- A7% (4)
- B12% (7)
- C78% (46)
- D3% (2)
Why each option
To visually identify outliers in numerical variables within a dataset, a scatter plot is the most effective method as it directly displays individual data points and makes unusual observations stand out.
Plotting linear correlations shows the relationship between variables, not individual outliers within a single variable or across a dataset directly.
Bar charts are typically used for categorical data or showing frequencies, and while they can show unusual distributions, they are not the best for precisely identifying individual numerical outliers.
A scatter plot shows individual data points on a two-dimensional graph, allowing an analyst to easily spot observations that lie far away from the general cluster of points, which are indicative of outliers. This visual representation helps identify extreme values that deviate significantly from the rest of the data.
Ordering variables in a spreadsheet is a manual, non-visual method that makes identifying outliers cumbersome and less intuitive than a graphical representation.
Concept tested: Visualizing numerical data outliers
Topics
Community Discussion
No community discussion yet for this question.