- Home
- /
- Statistics
- /
- Concept Map
- /
- Data Quality
Data Quality Concepts
2 concepts ยท Grades 6-8, 9-12
This family view narrows the full statistics map to one connected cluster. Read it from left to right: earlier nodes support later ones, and dense middle sections usually mark the concepts that hold the largest share of future work together.
Use the graph to plan review, then use the full concept list below to open precise pages for definitions, examples, and related content.
Concept Dependency Graph
Concepts flow left to right, from foundational to advanced. Hover to highlight connections. Click any concept to learn more.
Connected Families
Data Quality concepts have 3 connections to other families.
All Data Quality Concepts
Sampling Bias
Sampling bias occurs when a sample is collected in a way that systematically makes some members of the population more likely to be included than others, producing results that do not accurately represent the full population and leading to misleading conclusions.
"Asking only your friends about favorite music doesn't tell you what the whole school thinks - your friends probably have similar tastes! That's bias. A good sample is like a well-shuffled deck: everyone has an equal chance of being picked."
Why it matters: Biased samples lead to wrong conclusions in election polls, medical research, and market surveys. The famous 1936 Literary Digest poll predicted the wrong presidential winner because it sampled from phone and car owners, missing lower-income voters entirely.
Outlier Detection
Methods for identifying data points that are unusually far from the rest, using techniques like IQR rule, z-scores, or visual inspection.
"Outliers are data points that don't fit the pattern. A 7-foot student in a class of average heights, or a \$10 million house in a neighborhood of \$300k homes. They may be errors or genuinely unusual."
Why it matters: Outliers can distort statistics and break models. Detecting them lets you investigate: are they errors to fix or real extremes to understand?