Week 7 - Continuous Random Variables and Probability Distributions
Introduction to Continuous Random Variables
Instructor: Petar Zivkovic
Institution: EHL
Date: 02.06.2026
Learning Objectives
Probability Density Functions (PDFs): Explain and apply PDFs to determine probabilities for continuous random variables.
Continuous Probability Distributions: Describe and distinguish various continuous probability distributions and compute their key statistical measures.
Normal Distribution and Z-scores: Interpret and apply the normal distribution and Z-scores to solve real-world probability problems.
Definitions of Random Variables
Random Variable: A numerical description of the outcome of an experiment.
Discrete Random Variable: A variable that may assume either a finite number of values or an infinite sequence of values.
Continuous Random Variable: A variable that may assume any numerical value in an interval or collection of intervals.
Real-World Examples of Continuous Random Variables
The Uniform Continuous Distribution: Empirical Example
Context: Weight of a cheeseburger.
Experiment: Making a cheeseburger.
Random Variable (X): Weight of a cheeseburger.
Possible Values:40≤x≤60
Formula Representation:
f(x)=201 for 40≤x≤60
f(x)=0 otherwise.
Graphical Representation: A rectangular distribution with a height (h) of 0.05 (since 60−401=0.05), spanning the interval from 40 to 60 on the x-axis.
The Normal Distribution
Notation:X∼N(μ,σ2)
Parameters:
μ: Mean (center of the distribution).
σ2: Variance (spread of the distribution).
Standardization
Standardization in Life
Consistency: Ensures room standards.
Fair Comparison: Facilitates standardized tests and recipe measurements.
Efficiency and Safety: Relates to traffic rules and electrical plugs.
Error Reduction: Standardizes clothing sizes and document formats.
Standardization in Statistics
Scale: Puts data on a common scale (e.g., z-scores).
Comparison: Makes comparison across different units possible.
Interpretation: Enables interpretation relative to the mean and standard deviation.
Outlier Detection: Helps in identifying outliers.
Technical Requirement: Required for techniques like regression, Principal Component Analysis (PCA), and clustering.
Standardization Example: Restaurant Spending
Restaurant A:
Average spend (μ) = 100CHF
Standard deviation (σ) = 20CHF
Distribution: X∼N(100,202)
Restaurant B:
Average spend (μ) = 20\,\text{\euro}
Standard deviation (σ) = 5\,\text{\euro}
Distribution: X∼N(20,52)
Standardization Formula:
Z=σX−μ
The resulting Z follows a standard normal distribution: Z∼N(0,1).
Units of measurement correspond to a standard deviation of 1.
Properties of the Standard Normal Distribution
Empirical Rule (68-95-99.7 Rule):
Approximately 68% of data falls within 1 standard deviation of the mean (±1σ).
Approximately 95% of data falls within 2 standard deviations of the mean (±2σ).
Approximately 99.7% of data falls within 3 standard deviations of the mean (±3σ).