Continuous Probability Distributions: Density, Uniform, and Normal Models

Fundamentals of Continuous Probability Distributions

  • Definition of Continuous Random Variables: A continuous random variable is defined by its ability to assume an uncountable number of possible values within a given interval.

  • Probability Density Function (PDF): The behavior of a continuous random variable is described by its PDF, denoted as f(x)f(x).

    • Non-negativity: The function must be non-negative for all values within its support: f(x)0f(x) ≥ 0 for all x[a,b]x ∈ [a, b].

    • Boundary Conditions: f(x)=0f(x) = 0 for all values of xx outside the support interval [a,b][a, b].

    • Support: The interval [a,b][a, b] is specifically referred to as the support of the density function f(x)f(x).

    • Total Probability Requirement: The total area under the density curve must equal exactly 1. Mathematically, this is expressed through the integral of the function over its range:         f(x)dx=1\int_{-\infty}^{\infty} f(x)\,dx = 1         Or, restricted to its support:         abf(x)dx=1\int_a^b f(x)\,dx = 1

The Uniform Distribution

  • Definition: A uniform distribution occurs when a continuous random variable is equally likely to take any value within a specified range from aa to bb.

  • Mathematical Representation: The PDF of a uniform distribution is a constant value expressed as:     f(x)={1baamp;if x[a,b]0amp;otherwisef(x) = \begin{cases} \frac{1}{b-a} & \text{if } x ∈ [a, b] \\ 0 & \text{otherwise} \end{cases}

  • Properties Check:

    • f(x)0f(x) ≥ 0 for all xx.

    • abf(x)dx=1\int_a^b f(x)\,dx = 1.

  • Practical Example: Daily Gasoline Sales:

    • Scenario: Daily gasoline sales at a service station follow a uniform distribution with a minimum (aa) of 2000gallons2000\,gallons and a maximum (bb) of 5000gallons5000\,gallons.

    • PDF Calculation: The density value is f(x)=150002000=13000f(x) = \frac{1}{5000 - 2000} = \frac{1}{3000}.

    • Probability Calculation 1: Find the probability that sales fall between 25002500 and 3000gallons3000\,gallons (Pr(2500X3000)Pr(2500 ≤ X ≤ 3000)). This is calculated as the area of the rectangle:         Area=(30002500)×13000=5003000=0.1667\text{Area} = (3000 - 2500) \times \frac{1}{3000} = \frac{500}{3000} = 0.1667

    • Probability Calculation 2: Find the probability that the station sells at least 4000gallons4000\,gallons (Pr(X > 4000)).         Area=(50004000)×13000=10003000=0.3333\text{Area} = (5000 - 4000) \times \frac{1}{3000} = \frac{1000}{3000} = 0.3333

The Normal Distribution

  • Notation and Definition: A random variable XX that is normally distributed is denoted as XN(μ,σ2)X \sim N(μ, σ^2), where μμ is the mean and σ2σ^2 is the variance.

  • Probability Density Function: The mathematical formula for the normal density curve is:     f(x)=12πσ2exp[12(xμσ)2]f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} \exp\left[-\frac{1}{2}\left(\frac{x-μ}{σ}\right)^2​\right]

    • Range: The variable exists on the interval -∞ < x < ∞.

    • Shape and Symmetry: The distribution is bell-shaped and perfectly symmetric around its mean (μμ).

  • Visualizing Parameters:

    • Effect of the Mean: Increasing the mean (μμ) shifts the entire curve to the right along the horizontal axis while maintaining its shape. For example, comparing a curve with μ=1μ = 1 to one with μ=2μ = 2 (keeping variance constant).

    • Effect of Standard Deviation: Increasing the standard deviation (σσ) "flattens" the curve, spreading it out over a wider range. Conversely, a smaller σσ (e.g., σ=0.5σ = 0.5 vs. σ=1σ = 1 or σ=3σ = 3) results in a taller, narrower peak centered at the mean.

Standardization and the Standard Normal Distribution

  • The Z-Transformation: Any normal distribution can be transformed into the standard normal distribution using the formula:     Z=XμσZ = \frac{X - μ}{σ}

  • Properties of Z:

    • Expected Value: E(Z)=0E(Z) = 0.

    • Variance: V(Z)=1V(Z) = 1.

    • Distribution: ZN(0,1)Z \sim N(0, 1).

  • Standard Normal Density Function: The PDF for the variable ZZ simplifies to:     f(z)=12πexp(z22)f(z) = \frac{1}{\sqrt{2π}} \exp\left(-\frac{z^2}{2}\right)

    • Range: -∞ < z < ∞.

  • Practical Example: Normal Distribution Demand:

    • Context: At a gasoline station, daily demand for regular gasoline is normally distributed with μ=1000gallonsμ = 1000\,gallons and σ=100gallonsσ = 100\,gallons.

    • Current Inventory: The manager has exactly 1100gallons1100\,gallons in storage.

    • Problem: Find the probability that the current stock is sufficient to satisfy today's demand until the next delivery at close of business (Pr(X < 1100)).

    • Calculation via Standardization:         Pr(X < 1100) = Pr\left(\frac{X - 1000}{100} < \frac{1100 - 1000}{100}\right)         Pr(Z < 1)

Utilizing Standard Normal Probability Tables (Table 3)

  • Case 1: Left-Tail Probability: To find the probability of ZZ being less than a specific negative value, such as Pr(Z < -1.52), look up the value directly in the table.

    • Result: Pr(Z < -1.52) = 0.0643.

  • Case 2: Right-Tail Probability: To find the probability of ZZ being greater than a value, use the complement rule:     Pr(Z > 1.8) = 1 - Pr(Z < 1.8)     10.9641=0.03591 - 0.9641 = 0.0359

  • Case 3: Interval Probability: To find the probability between two values, subtract the cumulative probability of the lower bound from the cumulative probability of the upper bound:     Pr(-1.3 < Z < 2.1) = Pr(Z < 2.1) - Pr(Z < -1.3)     0.98210.0968=0.88530.9821 - 0.0968 = 0.8853

Application in Finance: Measuring Risk

  • Conceptual Link: In finance, risk is frequently measured by variance and standard deviation. The following example demonstrates how a higher standard deviation increases the probability of poor outcomes (e.g., losing money).

  • Investment Return Scenario: Consider an investment where the return is normally distributed with a mean (μμ) of 10%10\%.

  • Comparison 1: Lower Volatility (σ=5%σ = 5\%):

    • Problem: Find the probability of losing money (Pr(X < 0)).

    • Calculation: Pr(X < 0) = Pr\left(\frac{X - 10}{5} < \frac{0 - 10}{5}\right) = Pr(Z < -2).

    • Result: 0.02280.0228 (or 2.28%2.28\% probability of loss).

  • Comparison 2: Higher Volatility (σ=10%σ = 10\%):

    • Problem: Find the probability of losing money (Pr(X < 0)).

    • Calculation: Pr(X < 0) = Pr\left(\frac{X - 10}{10} < \frac{0 - 10}{10}\right) = Pr(Z < -1).

    • Result: 0.15870.1587 (or 15.87%15.87\% probability of loss).

Finding the Quantile (The 1α1 - α Quantile)

  • Definition: A quantile is a point zαz_α such that the probability of the random variable exceeding that point is exactly αα.

    • Relationship: Pr(Z > z_α) = α.

  • Specific Example: Find the value of zαz_α for α=0.025α = 0.025.

    • Consulting the standard normal table for the area corresponding to a tail of 0.0250.025:

    • Pr(Z > 1.96) = 0.025

    • Therefore, z0.025=1.96z_{0.025} = 1.96.