ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Introduction to Statistics
    STAT2115
    Progress0 / 24 topics
    Topics
    1. Scope of Statistics2. Introduction to Basic Concepts of Statistics: Descriptive and Inferential Statistics3. Population, Sample, Parameter, and Statistic4. Types of Data and Scales of Measurement5. Frequency Distribution and Graphical Representation6. Bar Chart, Pie Chart, and Histogram7. Frequency Polygon, Frequency Curve, and Cumulative Frequency Polygon8. Measures of Central Tendency9. Quantiles10. Absolute and Relative Measures of Dispersion11. Moments, Skewness and Kurtosis12. Basic Concepts of Probability13. Counting Rules: Multiplication Principle, Permutation and Combination14. Probability Spaces and Laws of Probability15. Conditional Probability and Bayes' Theorem16. Discrete and Continuous Random Variables17. Probability Distributions: Binomial, Poisson, and Hypergeometric18. Probability Distributions: Uniform, Exponential, and Normal19. Overview of Sampling: Sample Design and Sampling Frame20. Sampling and Non-Sampling Errors21. Sampling Distributions for Mean and Proportion22. Sampling Distributions for Difference of Means and Difference of Proportions23. Overview of Hypothesis Testing24. Overview of Regression Analysis
    STAT2115›Probability Distributions: Uniform, Exponential, and Normal
    Introduction to StatisticsTopic 18 of 24

    Probability Distributions: Uniform, Exponential, and Normal

    6 minread
    1,021words
    Intermediatelevel

    1. Continuous Probability Distributions

    Continuous probability distributions describe random variables that can take any value in an interval. They are represented using a Probability Density Function (PDF).

    f(x)≥0,∫−∞∞f(x)dx=1f(x) \ge 0, \quad \int_{-\infty}^{\infty} f(x) dx = 1f(x)≥0,∫−∞∞​f(x)dx=1

    2. Uniform Distribution (Continuous)

    Definition: A continuous random variable XXX is uniformly distributed over a,ba, ba,b if all values in the interval are equally likely.

    • Random variable: X∼U(a,b)X \sim U(a,b)X∼U(a,b)

    • PDF:

      f(x)=1b−a,a≤x≤bf(x) = \frac{1}{b-a}, \quad a \le x \le bf(x)=b−a1​,a≤x≤b
    • CDF (Cumulative Distribution Function):

      F(x)=P(X≤x)=x−ab−a,a≤x≤bF(x) = P(X \le x) = \frac{x-a}{b-a}, \quad a \le x \le bF(x)=P(X≤x)=b−ax−a​,a≤x≤b
    • Mean and Variance:

      E(X)=a+b2,Var(X)=(b−a)212E(X) = \frac{a+b}{2}, \quad Var(X) = \frac{(b-a)^2}{12}E(X)=2a+b​,Var(X)=12(b−a)2​

    Example:

    • A bus arrives at a stop uniformly between 8:00 and 8:30 → X∼U(0,30)X \sim U(0,30)X∼U(0,30) minutes.

    Graph: Rectangular shape (height = 1/(b−a)1/(b-a)1/(b−a)).


    3. Exponential Distribution

    Definition: Exponential distribution models time between events in a Poisson process.

    • Random variable: X≥0X \ge 0X≥0, time until next event
    • Parameter: λ>0\lambda > 0λ>0, the rate of occurrence

    PDF:

    f(x)=λe−λx,x≥0f(x) = \lambda e^{-\lambda x}, \quad x \ge 0f(x)=λe−λx,x≥0

    CDF:

    F(x)=1−e−λx,x≥0F(x) = 1 - e^{-\lambda x}, \quad x \ge 0F(x)=1−e−λx,x≥0

    Mean and Variance:

    E(X)=1λ,Var(X)=1λ2E(X) = \frac{1}{\lambda}, \quad Var(X) = \frac{1}{\lambda^2}E(X)=λ1​,Var(X)=λ21​

    Example:

    • Time between arrivals of customers at a store (Poisson process).

    Graph: Decreasing exponential curve starting at λ\lambdaλ at x=0x=0x=0.


    4. Normal Distribution

    Definition: Normal distribution, also called Gaussian distribution, is the most common bell-shaped continuous distribution.

    • Random variable: X∼N(μ,σ2)X \sim N(\mu, \sigma^2)X∼N(μ,σ2)

    • Parameters:

      • μ\muμ = mean (center)
      • σ2\sigma^2σ2 = variance (spread)

    PDF:

    f(x)=1σ2πe−(x−μ)22σ2,−∞<x<∞f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}, \quad -\infty < x < \inftyf(x)=σ2π​1​e−2σ2(x−μ)2​,−∞<x<∞

    Properties:

    1. Symmetric about μ\muμ
    2. Mean = Median = Mode = μ\muμ
    3. About 68% of data within μ±σ\mu \pm \sigmaμ±σ, 95% within μ±2σ\mu \pm 2\sigmaμ±2σ, 99.7% within μ±3σ\mu \pm 3\sigmaμ±3σ
    4. Total area under curve = 1

    Example:

    • Heights of adults, IQ scores, measurement errors.

    Graph: Bell-shaped curve, peak at μ\muμ, spread determined by σ\sigmaσ.


    5. Summary Table

    Distribution Type Support PDF Mean Variance Notes
    Uniform Continuous a≤x≤ba \le x \le ba≤x≤b f(x)=1/(b−a)f(x) = 1/(b-a)f(x)=1/(b−a) (a+b)/2(a+b)/2(a+b)/2 (b−a)2/12(b-a)^2/12(b−a)2/12 All values equally likely
    Exponential Continuous x≥0x \ge 0x≥0 f(x)=λe−λxf(x) = \lambda e^{-\lambda x}f(x)=λe−λx 1/λ1/\lambda1/λ 1/λ21/\lambda^21/λ2 Time between events, memoryless
    Normal Continuous −∞<x<∞-\infty < x < \infty−∞<x<∞ f(x)=1σ2πe−(x−μ)2/(2σ2)f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{- (x-\mu)^2/(2\sigma^2)}f(x)=σ2π​1​e−(x−μ)2/(2σ2) μ\muμ σ2\sigma^2σ2 Bell-shaped, symmetric, most data near mean

    Key Points to Remember

    1. Uniform → all outcomes equally likely.
    2. Exponential → models waiting times, memoryless.
    3. Normal → bell-shaped, widely used in statistics, many natural phenomena.
    Previous topic 17
    Probability Distributions: Binomial, Poisson, and Hypergeometric
    Next topic 19
    Overview of Sampling: Sample Design and Sampling Frame

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time6 min
      Word count1,021
      Code examples0
      DifficultyIntermediate