24 total
A continuous random variable is a random variable that can take all values in an interval. Unlike discrete random variables, continuous random variables are used to model quantities we measure, such as time, length, weight, or temperature.
🔑 Key Concept: For a continuous random variable, the probability that it equals any specific value is always zero: P(X=a)=0. This is because there are infinitely many possible values in any interval.
A probability density function (PDF) describes the probability distribution of a continuous random variable. Instead of using a table (as with discrete variables), we use a function f(x).
For a function f(x) to represent a probability density function, it must satisfy two essential conditions:
Condition 1: Non-negativity
f(x)≥0 for all values of xThe probability density function can never be negative since probability cannot be negative.
Condition 2: Total Probability
∫−∞∞f(x)dx=1
The total area under the PDF curve must equal 1, representing the total probability.
Important: Both conditions must be satisfied for f(x) to be a valid probability density function.
To find the probability that X falls between two values a and b, we integrate the PDF between those values:
P(a<X<b)=∫abf(x)dx
Since P(X=a)=0 for continuous random variables, we have:
P(X<a)=P(X≤a)andP(X>a)=P(X≥a)Sometimes, probability density functions are represented by different functions over different parts of the domain. These are called piecewise functions.
Example: A piecewise PDF might be defined as:
f(x)=⎩⎨⎧k(x+1)k01≤x<44≤x≤8otherwiseSign in to view full notes