Probability Density Function

Definition (Probability Density Function): For a continuous r.v. X with CDF F, the probability density function (PDF) of X is the derivative f of the F

P(aXb)=abfX(x)dx=F(b)F(a)P(X[x,x+δ])fX(x)δ

Relation between PDF & PMF: The PDF is the analogous to the PMF in many ways. But, the PDF f(x) is not a probability.

Relation between PDF & CDF: Let X be a continuous r.v. with PDF f. Then the CDF of X is given by

F(x)=xf(x)dt

CDF of Logistic Distribution

F(x)=ex1+ex,xR

CDF of Rayleigh Distribution

F(x)=1ex2/2,x>0

Theorem (Expectation of Continuous R.V.)

E(X)=xf(x)dx

Theorem (Expectation via Survial Function) Let G be the survial function of X, Then

E(X)=0G(x)dx

Theorem (LOTUS: Continuous)

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

Uniform Distribution

Definition (Uniform Distribution) Distribution on the interval(a,b), and its PDF is

f(x)={1baif a<x<b0otherwise

We denote this by UUnif(a,b)

Example: suppose X1,X2,,Xn are i.i.d Unif(0,1) random variable and let Y=min(X1,X2,,Xn) be their minimum. Find E(Y)

If 0<x<1, we have P(Xix)=x, it follows that

P(Y>x)=P(min(X1,...,Xn)>x)=P(X1>x,...,Xn>x)=i=1nP(Xi>x)=(1x)n

From above, we use the survial function to calculate the expectation

E(Y)=0P(Y>x)dx=01(1x)ndx=01xndx=1n+1

Normal

Definition (Standard Normal Distribution) A c.r.v. Z is said to have the standard Normal Distribution if its PDF φ is given by:

φ(z)=1(2π)ez2/2,<z<

We write this as ZN(0,1), and Z has mean 0 and variance 1, the CDF ϕ is

ϕ(z)=zφ(t)dt=z12πet2/2dt

Definition (Normal Distribution) If ZN(0,1) then

X=μ+σZ

is said to have the Normal Distribution with mean μ and variance σ2, denote this by XN(μ,σ2)

Theorem (Normal CDF and PDF) Let XN(μ,σ2),
CDF of X is

F(x)=ϕ(xμσ)

PDF of X is

f(x)=φ(xμσ)1σ

Exponential

Definition (Exponential Distribution)

f(x)=λeλx,x>0

we denote this by XExpo(λ). The corresponding CDF is

F(x)=1eλx,x>0

Theorem (Memoryless Property)

P(Xs+t|Xs)=P(Xt)
  • If X is a positive continuous random variable with memoryless property, then X has an Exponential distribution
  • Geometric Distribution is also Memoryless
  • Exponential distribution as the “continuous counterpart” of the Geometric distribution

Exponential \& Geometric via δ- Steps
We devide a unit of time into n pieces, each of size δ=1n, and the trial occurs every δ time period and success with probability λδ. Denote Y as the number of trials until first success, Y^ as the time until first success under Y.

YFS(λδ)

Thus we have

F(Y^)=E(Y)δ=1λδδ=1λ

And

(Y>t)=P{all trials up to time t has been failures}=P{at least tδ failures}=(1p)tδ=(1λδ)tδ=[(1λδ)1λδ]λtδ0eλt

Theorem property of Exponential Given X1Expo(λ1), X2Expo(λ2), X1X2 (X1 and X2 are independent), then

P(X1<X2)=λ1λ1+λ2

It can be solved by δ-step

Some physical phenomenon follow the Exponential distribution like the radioactive decay.