Continuous Random Variables

Let S be the sample space associated with some experiment E. A random variable X is a function that assigns a real number X(s) to each elementary event sS. In this case, as the outcome of the experiment, i.e. the specific s, is not predetermined, then the value of X(s) is not fixed. This means that the value of the random variable is determined by the specific outcome of the experiment.

A continuous random variable can take an uncountably infinite number of values.

Probability Density Function

For a continuous random variable X, the probability density function f is a non-negative function defined for all real x(,), such that, for any set A:

P{XA}=Af(x)dx

Properties

Cumulative Distribution Function

For a continuous random variable X, the cumulative distribution function F(a) is defined as:

F(a)=P{X<a}=P{Xa}=af(x)dx

Properties

Expected Value

For a continuous random variable X, the expected value E[X] is defined as:

E[X]=xf(x)dx

Expected Value of a Function of a Continuous Random Variable

For a real-valued function Y=g(X) of a random variable X, the expected value E[Y] is defined as:

E[X]=g(x)f(x)dx

Thus we can show:

E[aX+b]=aE[X]+b

where a and b are constants.

Variance

For a continuous random variable X, the variance Var(X) is defined as:

Var(X)=E[(Xμ)2]=E[X2]μ2

where μ=E[X].

Thus we can show:

Var(aX+b)=a2Var(X)

where a and b are constants.

Standard Deviation

For a continuous random variable X, the standard deviation SD(X) is defined as:

SD(X)=Var(X)

Uniform Random Variable

A uniform random variable X is a continuous random variable that is uniform in the interval (α,β), and its probability density function is given by:

f(x)={1βαifα<xβ0otherwise

The cumulative density function F(a) is defined as:

F(a)={0ifaαaαβαifα<xβ1aβ

Properties

Normal Random Variable

A normal random variable X is a continuous random variable that is normally distributed with parameters μ (mean) and σ (standard deviation), denoted by N(μ,σ2), with its probability density function is given by:

f(x)=1σ2πe(xμ)22σ2

Properties

Standard Normal Random Variable

A standard normal random variable X is a normal random variable with parameters μ=0 and σ=1, and its probability density function is defined as:

fZ(z)=12πez22

The cumulative distribution function Φ(x) of a standard normal random variable is defined by:

Φ(x)=12πxey22dy

Properties

Chi-Square Random Variable

Given ν standard random variables Z1,Z2,...,Zν, the chi-square random variable X is given by:

X=i=1νZi2

where ν represents degrees of freedom.

The probability density function of a chi-square random variable is the chi-square distribution, and is defined by:

f(x)=ex2xν212ν2Γ(ν2),forx0

where Γ(α) is the gamma function and is defined as:

Γ(α)=0etyα1dt

The cumulative distribution function F(x) of the chi-square distribution is defined by:

F(x)=γ(ν2,x2)Γ(ν2)

where γ(x,α) is the incomplete gamma function and is defined as:

γ(x,α)=0αettx1dt

Properties

T-Statistic

Given a normal random variable Z and a χ-squared random variable U, the T-statistic T is a random variable with parameters μ (population mean of Z), x¯ (sample mean), σ (population standard deviation of Z), s (sample standard deviation) and n (degrees of freedom of χ), and is defined as:

T=ZU/n=x¯μs/n

The probability distribution function of the T-statistic is the Student's t-distribution, and is defined by:

f(t)=Γ(ν+12)νπΓ(ν2)(1+t2ν)ν+12

where ν is the degrees of freedom (ν=n1) and Γ(α) is the gamma function.

The cumulative distribution function F(t) of the T-statistic is defined by:

12+tΓ(ν+12)×2F1(12,ν+12,32,t2ν)πνΓ(ν2)

Properties

F-Statistic

Given chi-squared random variables X and Y, with degrees of freedom ν1 and ν2 respectively, the F-statistic W is defined as:

W=X/ν1Y/ν2

The probability distribution function f(W) is the Snedecor's F-distribution, and is defined by:

f(W)=Γ(ν1+ν22)Γ(ν12)Γ(ν22)(ν1ν2)ν12×Wν121(1+ν1ν2W)(ν1+ν2)2

The cumulative distribution function F(W) of the F-statistic is defined by:

F(W)=1Ik(ν22,ν12)

where k=ν2ν2+ν1W and Ik is the incomplete beta function,

Ik(x,α,β)=0xtα1(1t)β1dtB(α,β)

where B is the beta function,

B(α,β)=01tα1(1t)β1dt

Properties

Exponential Random Variable

An exponential random variable X is a continuous random variable with parameter λ with its probability density function, the exponential distribution defined as:

f(x)={λeλxifx00ifx<0

The cumulative distribution function F(a) is defined by:

F(a)=P{Xa}=1eλa

Properties

Logistic Random Variable

A logistic random variable X is a continuous random variable with mean parameter μ and scale parameter s, with its probability density function, the logistic distribution defined as:

f(x)exμss(1+exμs)2

The cumulative distribution function is defined by:

F(x)=11+exμs

Properties

Gamma Random Variable

A gamma random variable X is a continuous random variable with parameters λ>0 and α>0, with the gamma distribution as the probability density function, defined as:

f(x)={λeλx(λx)α1Γ(α)ifx00ifx<0

where Γ(α) is the gamma function.

Properties

Memoryless Random Variable

A memoryless random variable X is one that satisfies the followings condition:

P{X>a+b|X>b}=P{X>a}for alla,b0

An exponential random variable is memoryless.