Econometric Theory/Probability Density Function (PDF)

From testwiki
Jump to navigation Jump to search

Probability Mass Function of a Discrete Random Variable

A probability mass function f(x) (PMF) of X is a function that determines the probability in terms of the input variable x, which is a discrete random variable (rv).

A pmf has to satisfy the following properties:

  • f(x)={P(X=xi)for i=1,2,,n0for xxi
  • The sum of PMF over all values of x is one:
if(xi)=1.

Probability Density Function of a Continuous Random Variable

The continuous PDF requires that the input variable x is now a continuous rv. The following conditions must be satisfied:

  • All values are greater than zero.

f(x)0

  • The total area under the PDF is one

f(x)dx=1

  • The area under the interval [a, b] is the total probability within this range

abf(x)dx=P(axb)

Joint Probability Density Functions

Joint pdfs are ones that are functions of two or more random variables. The function

f(XA,YB)=ABf(x,y)dxdy=0,if xA and yB

is the continuous joint probability density function. It gives the joint probability for x and y.

The function

p(XA,YB)=XAYBp(x,y)=0,if xA and Yy

is similarly the discrete joint probability density function

Marginal Probability Density Function

The marginal PDFs are derived from the joint PDFs. If the joint pdf is integrated over the distribution of the X variable, then one obtains the marginal PDF of y, f(y). The continuous marginal probability distribution functions are:

f(x)=yBf(x,y)dy

f(y)=xAf(x,y)dx

and the discrete marginal probability distribution functions are

p(x)=yBp(x,y)

p(y)=xAp(x,y)

Conditional Probability Density Function

f(xy)=P(X=x,Y=y)=f(x,y)f(y)

f(yx)=P(Y=y,X=x)=f(x,y)f(x)

Statistical Independence

Template:BookCat