Continuous Random Variable: A random variable X is continuous if there exists a probability density function (PDF) fX(x) such that for any interval (a,b):
P(a<X<b)=∫abfX(x)dx
fX(x)≥0 and
\int_{-\infty}^{\infty} f_X(x) , dx = 1
- The probability that $X$ takes a specific value is always zero: $P(X = a) = 0$.
3.2 Cumulative Distribution Functions (CDF)
The Cumulative Distribution Function (CDF) of a random variable X is defined as:
FX(x)=P(X≤x)
For discrete random variables:
FX(x)=k≤x∑P(X=k)
For continuous random variables:
FX(x)=∫−∞xfX(t)dt
3.3 Normal Random Variables
Normal (Gaussian) Random Variable: A continuous random variable X is normal if it has a PDF:
fX(x)=2πσ21exp(−2σ2(x−μ)2)
The parameters μ and σ2 are the mean and variance, respectively.
3.4 Joint PDFs of Multiple Random Variables
The Joint PDF of two continuous random variables X and Y is a function fX,Y(x,y) such that:
P((X,Y)∈A)=∫AfX,Y(x,y)dxdy
Marginal PDFs can be found by integrating the joint PDF:
fX(x)=∫−∞∞fX,Y(x,y)dy
3.5 Conditioning
The Conditional PDF of X given Y=y is:
fX∣Y(x∣y)=fY(y)fX,Y(x,y),if fY(y)>0
Total Expectation:
E[X]=∫−∞∞E[X∣Y=y]fY(y)dy
3.6 Continuous Bayes’ Rule
Bayes’ Rule for Continuous Variables:
fY∣X(y∣x)=fX(x)fX∣Y(x∣y)fY(y)