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
    🧩
    Probability and Statistics
    MS-251
    Progress0 / 36 topics
    Topics
    1. Introduction: Statistics and Data Analysis2. Statistical Inference3. Samples, Populations, and the Role of Probability4. Sampling Procedures5. Discrete and Continuous Data6. Statistical Modeling7. Types of Statistical Studies8. Probability: Sample Space, Events, Counting Sample Points9. Probability of an Event10. Additive Rules11. Conditional Probability12. Independence and the Product Rule13. Bayes’ Rule14. Random Variables and Probability Distributions15. Mathematical Expectation: Mean of a Random Variable16. Variance and Covariance of Random Variables17. Means and Variances of Linear Combinations of Random Variables18. Chebyshev’s Theorem19. Discrete Probability Distributions20. Continuous Probability Distributions21. Fundamental Sampling Distributions22. Sampling Distributions and Data Descriptions23. Random Sampling24. Sampling Distributions25. Sampling Distribution of Means and the Central Limit Theorem26. Sampling Distribution of S227. t-Distribution28. F-Quantile and Probability Plots29. Single Sample & One- and Two-Sample Estimation Problems30. Single Sample & One- and Two-Sample Tests of Hypotheses31. The Use of P-Values for Decision Making in Testing Hypotheses32. Regression: Linear Regression and Correlation33. Least Squares and the Fitted Model34. Multiple Linear Regression and Certain Nonlinear Regression Models35. Linear Regression Model Using Matrices36. Properties of the Least Squares Estimators
    MS-251›Continuous Probability Distributions
    Probability and StatisticsTopic 20 of 36

    Continuous Probability Distributions

    11 minread
    1,831words
    Intermediatelevel

    Continuous Probability Distributions

    A continuous probability distribution describes the probability of a continuous random variable, which can take an infinite number of values within a certain range. Unlike discrete random variables, which take specific, countable values, continuous random variables can take any value within an interval (which could be finite or infinite). Examples of continuous random variables include measurements like height, weight, time, or temperature.

    A continuous probability distribution is described by a probability density function (PDF), rather than a probability mass function (PMF), which is used for discrete random variables. The PDF provides the likelihood of the random variable taking a particular value in an infinitesimally small interval.


    Key Properties of Continuous Probability Distributions

    1. Probability Density Function (PDF):

      • A continuous random variable XXX is associated with a probability density function f(x)f(x)f(x), which describes the relative likelihood that XXX takes on the value xxx. The probability that XXX lies in the interval [a,b][a, b][a,b] is given by the integral of the PDF over that interval:
      P(a≤X≤b)=∫abf(x) dxP(a \leq X \leq b) = \int_a^b f(x) \, dxP(a≤X≤b)=∫ab​f(x)dx
      • The PDF itself is non-negative, and the total area under the curve of the PDF over the entire range of possible values is equal to 1:
      ∫−∞∞f(x) dx=1\int_{-\infty}^{\infty} f(x) \, dx = 1∫−∞∞​f(x)dx=1
    2. Probability for a Specific Value:

      • For a continuous random variable, the probability that the variable takes any specific value xxx is always zero. That is:
      P(X=x)=0P(X = x) = 0P(X=x)=0
      • This is because the probability is measured over intervals, and the probability of a point (in a continuous range) is infinitesimally small.
    3. Cumulative Distribution Function (CDF):

      • The cumulative distribution function F(x)F(x)F(x) is the probability that the random variable XXX is less than or equal to xxx. It is defined as:
      F(x)=P(X≤x)=∫−∞xf(t) dtF(x) = P(X \leq x) = \int_{-\infty}^x f(t) \, dtF(x)=P(X≤x)=∫−∞x​f(t)dt
      • The CDF is non-decreasing and ranges from 0 to 1 as xxx moves from negative infinity to positive infinity.

    Common Continuous Probability Distributions

    There are several important continuous probability distributions, each suited to different types of random phenomena. Some of the most widely used continuous distributions include the Normal distribution, Exponential distribution, Uniform distribution, and Beta distribution.

    1. Normal Distribution (Gaussian Distribution)

    The normal distribution is one of the most important and widely used continuous distributions in statistics. It is characterized by a bell-shaped curve, which is symmetric about its mean μ\muμ.

    • PDF of a normal distribution with mean μ\muμ and standard deviation σ\sigmaσ:

      f(x)=1σ2πe−(x−μ)22σ2f(x) = \frac{1}{\sigma \sqrt{2 \pi}} e^{-\frac{(x - \mu)^2}{2 \sigma^2}}f(x)=σ2π​1​e−2σ2(x−μ)2​
    • Key Properties:

      • The mean μ\muμ and standard deviation σ\sigmaσ completely define the distribution.
      • The total area under the curve is 1, and approximately 68% of the data lies within one standard deviation from the mean, 95% within two standard deviations, and 99.7% within three standard deviations.
    • Applications:

      • The normal distribution is commonly used in natural and social sciences to model measurements like height, weight, test scores, and errors in measurement.

    Example: The heights of adult men in a population are approximately normally distributed with a mean of 70 inches and a standard deviation of 3 inches. The probability that a randomly selected man is between 67 and 73 inches tall is the area under the normal curve between these two values.

    2. Exponential Distribution

    The exponential distribution is used to model the time between events in a process that occurs at a constant rate, such as the time between arrivals of customers at a service station.

    • PDF of an exponential distribution with rate parameter λ\lambdaλ (where λ=1/μ\lambda = 1/\muλ=1/μ, the mean of the distribution):

      f(x)=λe−λxforx≥0f(x) = \lambda e^{-\lambda x} \quad \text{for} \quad x \geq 0f(x)=λe−λxforx≥0
    • Key Properties:

      • The mean of the exponential distribution is μ=1λ\mu = \frac{1}{\lambda}μ=λ1​.
      • The exponential distribution has the memoryless property, meaning the probability of an event occurring in the future is independent of how much time has already passed.
    • Applications:

      • Commonly used to model the time between events in queuing systems, reliability of mechanical systems, or the time until a radioactive particle decays.

    Example: The time between arrivals of buses at a station follows an exponential distribution with a mean of 10 minutes. The probability that a bus arrives in the next 5 minutes is the area under the exponential curve between 0 and 5.

    3. Uniform Distribution

    The uniform distribution is a simple continuous distribution where all outcomes are equally likely within a specified range. It is used to model situations where each value in an interval is equally probable.

    • PDF of a uniform distribution between aaa and bbb:

      f(x)=1b−afora≤x≤bf(x) = \frac{1}{b - a} \quad \text{for} \quad a \leq x \leq bf(x)=b−a1​fora≤x≤b
      • The mean of the uniform distribution is μ=a+b2\mu = \frac{a + b}{2}μ=2a+b​, and the variance is σ2=(b−a)212\sigma^2 = \frac{(b - a)^2}{12}σ2=12(b−a)2​.
    • Key Properties:

      • The distribution is constant between aaa and bbb.
      • The probability that XXX lies in an interval is proportional to the length of that interval.
    • Applications:

      • Often used in simulations where each outcome in a range should have equal likelihood, such as random number generation.

    Example: A die with outcomes ranging from 1 to 6 is modeled by a discrete uniform distribution. If we have a continuous uniform distribution over the interval [0, 1], then any value between 0 and 1 is equally likely.

    4. Beta Distribution

    The beta distribution is defined on the interval [0, 1] and is often used to model probabilities, proportions, or rates. It has two shape parameters, α\alphaα and β\betaβ, which control the shape of the distribution.

    • PDF of a beta distribution:

      f(x;α,β)=xα−1(1−x)β−1B(α,β)for0≤x≤1f(x; \alpha, \beta) = \frac{x^{\alpha - 1} (1 - x)^{\beta - 1}}{B(\alpha, \beta)} \quad \text{for} \quad 0 \leq x \leq 1f(x;α,β)=B(α,β)xα−1(1−x)β−1​for0≤x≤1

      Where B(α,β)B(\alpha, \beta)B(α,β) is the beta function, which normalizes the distribution.

    • Key Properties:

      • The mean of the beta distribution is μ=αα+β\mu = \frac{\alpha}{\alpha + \beta}μ=α+βα​.
      • The variance is σ2=αβ(α+β)2(α+β+1)\sigma^2 = \frac{\alpha \beta}{(\alpha + \beta)^2 (\alpha + \beta + 1)}σ2=(α+β)2(α+β+1)αβ​.
    • Applications:

      • The beta distribution is commonly used in Bayesian statistics, modeling of proportions, or any scenario where values are confined to the interval [0, 1].

    Example: A quality control process is modeled using a beta distribution to estimate the proportion of defective products in a production line. The parameters α\alphaα and β\betaβ would be estimated based on past data.


    Expectation and Variance of Continuous Distributions

    For any continuous random variable XXX with a probability density function f(x)f(x)f(x), the expectation (mean) and variance are calculated as follows:

    1. Expectation (Mean):

      E[X]=∫−∞∞xf(x) dxE[X] = \int_{-\infty}^{\infty} x f(x) \, dxE[X]=∫−∞∞​xf(x)dx
    2. Variance:

      Var(X)=E[(X−μ)2]=∫−∞∞(x−μ)2f(x) dx\text{Var}(X) = E[(X - \mu)^2] = \int_{-\infty}^{\infty} (x - \mu)^2 f(x) \, dxVar(X)=E[(X−μ)2]=∫−∞∞​(x−μ)2f(x)dx

      Where μ=E[X]\mu = E[X]μ=E[X] is the mean.


    Summary

    • Continuous probability distributions describe the probability of a continuous random variable taking any value in a range of values.
    • The probability is represented by a probability density function (PDF), and the total area under the curve of the PDF is equal to 1.
    • Common continuous distributions include:
      • Normal distribution: Bell-shaped curve, used in many natural phenomena.
      • Exponential distribution: Models the time between events in a Poisson process.
      • Uniform distribution: All outcomes are equally likely within an interval.
      • Beta distribution: Models probabilities and proportions, defined on the interval [0, 1].

    Continuous distributions are useful in modeling real-world phenomena that are measured on continuous scales, such as time, height, and temperature.

    Previous topic 19
    Discrete Probability Distributions
    Next topic 21
    Fundamental Sampling Distributions

    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 time11 min
      Word count1,831
      Code examples0
      DifficultyIntermediate