Continuous Random Variables
Probability Density Functions
Cumulative Density/Distribution Function
Common Distributions
A random variable \(X\) is considered continuous if the \(P(X=x)\) does not exist.
Distribution | Parameters | |
---|---|---|
Uniform | \(a\) and \(b\) | \(\frac{1}{b-a}\) |
Normal | \(\mu\) and \(\sigma^2\) | \(\frac{1}{\sqrt{2\pi\sigma^2}}\exp\left\{-\frac{(x-\mu)^2}{2\sigma^2}\right\}\) |
Exponential | \(\lambda\) | \(\lambda e^{-\lambda x}\) |
Gamma | \(\alpha\) and \(\beta\) | \(\frac{x^{\alpha-1}e^{-x/\beta}}{\beta^\alpha\Gamma(\alpha)}\) |
Beta | \(\alpha\) and \(\beta\) | \(\frac{x^{\alpha-1}(1-x)^{\beta-1}}{\int^1_0x^{\alpha-1}(1-x)^{\beta-1}dx}\) |
The cumulative distribution function of \(X\) provides the \(P(X\leq x)\), denoted by \(F(x)\), for the domain of \(X\).
Properties of the CDF of \(X\):
The probability density function of the random variable \(X\) is given by
\[ f(x)=\frac{dF(x)}{d(x)}=F^\prime(x) \]
wherever the derivative exists.
Properties of pdfs:
A random variable is said to follow uniform distribution if the density function is constant between two parameters.
An exponential distribution is used to model positive continuous random variables, commonly used for time.
A random variable is said to follow a normal distribution if the the frequency of occurrence follow a Gaussian function.
A gamma distribution is the general form of distribution for a \(\chi^2\)-distribution and exponential distribution.
A beta distribution models a continuous random variable that only has support between the 0 and 1.