Skip to main content
Back

Statistics Study Guide: Data Collection, Summarizing Data, and Probability

Study Guide - Smart Notes

Tailored notes based on your materials, expanded with key definitions, examples, and context.

Chapter 1: Introduction to Statistics

Define Statistics and Statistical Thinking

Statistics is the scientific discipline concerned with the collection, organization, summarization, and analysis of data to draw meaningful conclusions or answer specific questions. Statistical thinking involves using data and understanding variability to make informed decisions.

  • Statistics: The science of data analysis and interpretation.

  • Statistical thinking: Recognizing the role of variability and uncertainty in data-driven decision making.

The Process of Statistics

The statistical process consists of four main steps, each essential for drawing valid conclusions from data.

  1. Ask a question: Clearly state the research goal or hypothesis.

  2. Collect data: Gather relevant data, often from a sample representing the population.

  3. Describe the data: Use graphical and numerical summaries to explore data characteristics.

  4. Draw conclusions: Make inferences about the population based on the sample data.

Qualitative vs. Quantitative Variables

Variables are classified based on the type of information they represent.

  • Qualitative (categorical): Variables that describe qualities or categories, such as color, brand, or gender.

  • Quantitative (numerical): Variables that measure amounts or quantities, such as height, test scores, or age.

Example: Gender (qualitative), Age (quantitative)

Discrete vs. Continuous Variables

Quantitative variables can be further classified based on the nature of their possible values.

  • Discrete: Variables that take on countable values (e.g., number of pets).

  • Continuous: Variables that can take any value within a range (e.g., weight, time).

Example: Number of siblings (discrete), Temperature (continuous)

Levels of Measurement

Data can be measured at different levels, which determine the types of statistical analyses that are appropriate.

  • Nominal: Categories without any order (e.g., blood type).

  • Ordinal: Categories with a meaningful order (e.g., class rank).

  • Interval: Ordered values with equal spacing, but no true zero (e.g., temperature in °C).

  • Ratio: Ordered values with equal spacing and a true zero (e.g., height, age).

Example: Height (ratio), Temperature in Celsius (interval)

Chapter 3: Numerically Summarizing Data

Section 3.1: Measures of Central Tendency

Measures of central tendency describe the center or typical value of a data set.

  • Arithmetic Mean (Average):

    • Population Mean (μ):

    • Sample Mean (\bar{x}):

    • Example: For 4, 8, 9:

  • Median: The middle value when data are ordered. If n is even, median is the average of the two middle values.

    • Example: 3, 5, 8 → Median = 5; 2, 4, 6, 9 → Median = (4+6)/2 = 5

  • Mode: The most frequent value(s) in the data set.

    • Example: 2, 2, 3, 4, 5 → Mode = 2

  • Resistance: The median is resistant to outliers, while the mean is not.

    • Example: 1, 2, 3, 4, 100: Mean = 22, Median = 3

Section 3.2: Measures of Dispersion

Measures of dispersion describe the spread or variability of the data.

  • Range: Difference between the maximum and minimum values.

    • Formula: Range = Maximum - Minimum

    • Example: 4, 6, 8, 15 → Range = 15 - 4 = 11

  • Standard Deviation: Measures the average distance of data points from the mean.

    • Sample Standard Deviation (s):

    • Population Standard Deviation (σ):

    • Example: 2, 4, 6; Mean = 4; Deviations: -2, 0, 2; Squares: 4, 0, 4; Sum = 8;

  • Variance: The square of the standard deviation.

    • Sample Variance (s²): If s = 2, s² = 4

  • Empirical Rule (for bell-shaped data):

    • 68% of data within 1 standard deviation of mean

    • 95% within 2 standard deviations

    • 99.7% within 3 standard deviations

  • Chebyshev’s Inequality: For any data shape, at least of data within k standard deviations.

    • For k = 2: At least 75% within 2σ of mean.

Section 3.3: Grouped Data & Weighted Mean

Special techniques are used to summarize data that are grouped or weighted.

  • Mean from Grouped Data:

  • Weighted Mean:

  • Example: Test (90, weight 2), Project (80, weight 1):

Section 3.4: Measures of Position and Outliers

Measures of position help identify where a value stands relative to the rest of the data, and outliers are values that are unusually far from others.

  • z-Score:

  • Percentiles: The kth percentile is the value below which k% of the data fall.

  • Quartiles (Q₁, Q₂, Q₃): Q₁ = 25th percentile, Q₂ = median, Q₃ = 75th percentile

  • Interquartile Range (IQR):

  • Outliers: Values outside the lower or upper fences.

    • Lower Fence =

    • Upper Fence =

    • Outlier: value < lower fence or > upper fence

Section 3.5: Five-Number Summary & Boxplots

The five-number summary and boxplots provide a concise graphical summary of data distribution.

  • Five-Number Summary: Minimum, Q₁, Median, Q₃, Maximum

  • Boxplots: Visual representation showing the box from Q₁ to Q₃, a line at the median, and whiskers to min/max (excluding outliers).

General Tips and How-To

  • Mean: Add all values, divide by number of values.

  • Median: Order data; if odd, pick middle; if even, average middle two.

  • Mode: Value(s) that appear most often.

  • Range: Subtract min from max.

  • Standard deviation: Find mean, subtract mean from each value, square deviations, sum, divide by n-1 (sample) or n (population), take square root.

  • High standard deviation: Data are spread out (wide histogram, long box/whiskers, flat bell curve).

Example Problems

  • Mean, Median, Mode, Range for 3, 3, 5, 6, 8, 11:

    • Mean: (3+3+5+6+8+11)/6 = 6

    • Median: (5+6)/2 = 5.5

    • Mode: 3

    • Range: 11 – 3 = 8

  • Sample standard deviation for 2, 4, 7:

    • Mean = 4.33

    • Deviations: -2.33, -0.33, 2.67

    • Squares: 5.44, 0.11, 7.11; Sum = 12.66

    • Divide by (n–1): 12.66/2 = 6.33

    • sqrt(6.33) ≈ 2.52

  • Q₁, Q₃, IQR for 1, 2, 4, 5, 7, 8, 9:

    • Median = 5

    • Q₁ = 2, Q₃ = 8

    • IQR = 8 – 2 = 6

Key Terms

  • Sample mean (\bar{x}): Average of sample

  • Population mean (μ): Average of population

  • Median: Middle value

  • Mode: Most common value

  • Range: Max – Min

  • Standard deviation (s or σ): Average distance from mean

  • Variance: Standard deviation squared

  • Percentile: Value below which given % of data fall

  • Quartiles (Q₁, Q₂, Q₃): Divide data into four equal parts

  • IQR: Range of middle 50%

  • Outlier: Data point far from others

  • Boxplot: Graph shows 5-number summary and outliers

Chapter 5: Probability

Section 5.1: Probability Rules

Probability quantifies the likelihood of events in random processes. Several foundational rules and definitions are essential for understanding probability.

  • Random Process: An experiment with unpredictable short-term outcomes but predictable long-term patterns (e.g., rolling dice).

  • Law of Large Numbers: As the number of trials increases, the observed proportion of an outcome approaches its theoretical probability.

  • Probability: A number between 0 and 1 representing the chance of an event occurring.

  • Experiment: A process with uncertain results.

  • Sample Space (S): The set of all possible outcomes.

  • Event: Any subset of the sample space.

  • Probability Rules:

    • Rule 1: for any event E

    • Rule 2: The sum of all probabilities in the sample space is 1

  • Empirical (Experimental) Probability:

  • Classical (Theoretical) Probability:

  • Subjective Probability: Based on personal judgment or experience.

Example: Rolling a die 100 times and getting a 4 on 18 rolls:

Section 5.2: Addition Rule and Complements

The addition rule helps calculate the probability of one or more events occurring, and complements represent the probability of an event not occurring.

  • Disjoint (Mutually Exclusive) Events: Events that cannot occur simultaneously.

  • Addition Rule for Disjoint Events:

  • General Addition Rule (Not Disjoint):

  • Complement Rule: The complement of event E () is all outcomes not in E.

Example: Probability of drawing a king or queen from a deck:

Section 5.3: Independence and Multiplication Rule

Independence describes events whose outcomes do not affect each other. The multiplication rule is used to find the probability of both events occurring.

  • Independent Events: Events where the occurrence of one does not affect the probability of the other.

  • Multiplication Rule:

  • At Least One Rule:

Example: Probability of rolling a 5 and flipping heads:

Section 5.4: Conditional Probability and General Multiplication Rule

Conditional probability is the probability of one event given that another has occurred. The general multiplication rule extends the multiplication rule to dependent events.

  • Conditional Probability:

  • General Multiplication Rule:

Example: If and , then

Section 5.5: Counting Techniques

Counting techniques are used to determine the number of possible outcomes in complex experiments.

  • Multiplication Rule of Counting: If there are p ways to do one thing, q for another, total ways = p × q × ...

  • Factorial (!):

  • Permutations (Order Matters, No Repetition):

  • Combinations (Order Does Not Matter, No Repetition):

  • Permutations with Non-distinct Items:

Example: Number of ways to arrange 5 books:

Section 5.6: Simulation

Simulation uses random processes or computer models to estimate probabilities when theoretical or empirical methods are impractical.

  • Simulation: Useful for complex or real-world scenarios where direct calculation is difficult.

Section 5.7: Putting It Together

Choosing the correct probability rule depends on the nature of the events and the question being asked.

  • Disjoint events: Use the addition rule.

  • Independent events: Use the multiplication rule.

  • "At least one": Use the complement rule.

  • "Given that...": Use conditional probability.

  • Order important: Use permutations.

  • Order not important: Use combinations.

Practice Problems and How to Solve Them

  • Classical Probability: Probability of drawing a blue candy from a bag with 2 blue, 3 red, 5 green candies:

  • Empirical Probability: Coin flipped 100 times, heads 47 times:

  • Complement Rule: Probability it won't rain if :

  • Addition Rule (Disjoint): Probability of drawing a king or queen:

  • Addition Rule (Not Disjoint): Probability a student plays soccer or basketball:

  • Multiplication Rule (Independent): , ,

  • Conditional Probability: , ,

  • Permutations: Ways to arrange 5 books:

  • Combinations: Ways to choose 3 students from 10:

  • Counting with Multiplication Rule: 3 shirts, 2 pants, 4 hats:

Key Formulas Reference

Concept

Formula (LaTeX)

Empirical Probability

Classical Probability

Addition Rule (Disjoint)

Addition Rule (General)

Complement Rule

Multiplication Rule (Independent)

Conditional Probability

Permutations

Combinations

At Least One

Tip: Read the problem carefully to decide which rule and formula to use. Visual aids such as tree diagrams or Venn diagrams can help clarify complex probability scenarios.

Pearson Logo

Study Prep