Module 13 of 16 · Maths and Statistics in AI · Beginner

Distributions and Hypothesis Testing

Duration: 15 min

Visual: Common Distributions

Normal Distribution        Binomial Distribution
        │                         │
        │     ╱╲                  │  ╱╲  ╱╲
        │    ╱  ╲                 │ ╱  ╲╱  ╲
        │   ╱    ╲                │╱        ╲
    ────┼──────────────       ────┼──────────────
        μ                         p
        
68% within 1σ              n trials, p probability
95% within 2σ              each trial independent

Key Concepts Table

Distribution Parameters Use Case
Normal μ, σ Natural phenomena
Binomial n, p Success/failure trials
Poisson λ Event counts
Exponential λ Time between events
Uniform a, b Equal probability
Chi-square k Goodness of fit

Common Probability Distributions

Normal Distribution

Binomial Distribution

Poisson Distribution

Exponential Distribution

Hypothesis Testing

Null and Alternative Hypotheses

Type I and Type II Errors

Significance Level (α)

P-value

Common Statistical Tests

T-test

Chi-Square Test

ANOVA (Analysis of Variance)

Correlation Tests

Confidence Intervals

❓ What does a p-value < 0.05 typically indicate?

Practice Quizzes

Quiz 1: What percentage of data falls within 2 standard deviations in a normal distribution?

Quiz 2: When would you use a binomial distribution?

Quiz 3: What is hypothesis testing used for?

← Previous Continue interactively → Next →

Related Courses