Stat Chpt 7,8,9

Chapter 7: Sampling Distributions

Basic Definitions
  • Statistical Inference: Drawing conclusions about a population based on a sample.

  • Population (N): The entire set of elements of interest.

  • Sample (n): A subset of the population; sample results estimate population characteristics.

  • Parameter: A numerical characteristic of a population.

Simple Random Sampling
  • Definition: A simple random sample from a finite population of size N is selected such that each possible sample of size n has the same probability of being chosen.

  • Types of Sampling:

    • Sampling with Replacement: Each element can be selected more than once.

    • Sampling without Replacement: Each element can only be selected once.

  • Infinite Population: Elements are selected from the same population independently; often used in scenarios where an ongoing process avoids listing/counting every element.

Key Notations and Elements
  • : Sample mean

  • : Sample proportion

  • σ (sigma): Population standard deviation

  • Standard Error (SE): The standard deviation of the sampling distribution, expressed as:

    • SE(Xˉ)=σnSE(\bar{X}) = \frac{\sigma}{\sqrt{n}}

  • Point Estimation: The process of estimating parameters; e.g., X̄ is a point estimate of μ.

Important Concepts

Chapter 8: Confidence Intervals

Definition of Confidence Intervals (CI)
  • Purpose: To provide a reliability-adjusted estimate for population parameters, for both means and proportions.

  • Illustration: Using the Central Limit Theorem (CLT) to create intervals around estimated parameters.

CI for a Population Mean (when n ≥ 30)
  • When σ known:

    • CI=Xˉ±zα/2σnCI = \bar{X} \pm z_{\alpha/2} \frac{\sigma}{\sqrt{n}}

  • When σ unknown: Use sample standard deviation (S) with t-critical values:

    • CI=Xˉ±tα/2,n1SnCI = \bar{X} \pm t_{\alpha/2, n-1} \frac{S}{\sqrt{n}}

Applications and Example Illustrations

Retail Case Study
  • Grocery Chain Example: Estimate mean annual household expenditure on food with a sample of n = 36, population standard deviation known ($4500).

Tasks:

  • Calculate Confidence Intervals, Margin of Error, and interpret results.

Student's t-Distribution
  • Requirements: Used when n < 30 or when the population is not normally distributed.

  • Key Concept: As degrees of freedom increase, the t-distribution approaches the standard normal distribution.

Chapter 9: Hypothesis Tests

Structure of Hypothesis Testing
  • Core Components:

    • Hypotheses: Null (H0) and Alternative (H1).

    • Errors: Type I (rejecting a true H0) and Type II (failing to reject a false H0).

  • P-Value Interpretation: A metric for measuring evidence against the null hypothesis. Smaller p-values indicate more evidence against H0.

Steps in Hypothesis Testing
  1. State statistical hypotheses.

  2. Define a Decision Rule (for rejection regions based on test statistic).

  3. Compute Standardized Test Statistic (STS).

  4. Make a conclusion based on the test statistic outcome and the rejection region.

Types of Hypotheses
  • Examples for Population Mean:

    • One-tailed tests (left/right) for directional hypotheses.

    • Two-tailed tests for non-directional scenarios.

Application Examples
Metro EMS Hypothetical
  • Context: Measure emergency response times against a mean goal of 12 minutes. Define hypothesis tests for this situation.

Quality Control in Manufacturing
  • Glow Toothpaste Example: Testing hypothesis regarding product fill. Standardized Test Statistic calculations based on sample size achievements against the population mean.

Example: Social Media in Job Searches
  • Context: Analyze survey responses regarding social media usage in job search contexts.

  • Tasks: Test proportions for significant differences, drawing conclusions about population estimates.

Conclusion of Review Section

  • Future plans: More reviews and examples in class before the exam, focusing on two different populations, pacing the learning experience.