Probability
Probability
Probability
Contents
2 Moments 5
2.1 Expected Value or Mean . . . . . . . . . . . . . . . . . . . 5
2.2 Variance and Standard Deviation . . . . . . . . . . . . . . 6
2.3 Higher order Moments . . . . . . . . . . . . . . . . . . . . 7
2.4 Covariance and Correlation . . . . . . . . . . . . . . . . . 7
2.5 Conditional Expectation and Variance . . . . . . . . . . . 8
4 Important Distributions 10
4.1 Univariate Normal Distribution . . . . . . . . . . . . . . . 10
4.2 Bivariate Normal Distribution . . . . . . . . . . . . . . . . 10
4.3 Multivariate Normal Distribution . . . . . . . . . . . . . . 11
P (X = xk ) = P (xk ) = pk
density function (pdf ) f (x). The nonnegative function f (x) is such that
Z x2
P (x1 ≤ X ≤ x2 ) = f (x)dx.
x1
defines the probability that X takes a value in the interval [x1 , x2 ]. Note
that there is no chance that X takes exactly the value x, P (X = x) = 0.
The probability that X takes any value on the real line is
Z ∞
f (x)dx = 1.
−∞
defines the probability that X and Y take values in the interval [x1 , x2 ]
and [y1 , y2 ], respectively. Note that
Z ∞Z ∞
f (x, y)dydx = 1.
−∞ −∞
such that
Z x2
P (x1 ≤ X ≤ x2 ) = P (x1 ≤ X ≤ x2 , −∞ ≤ Y ≤ ∞) = f (x)dx.
x1
• f (y|x) = f (y)
2 Moments
The following rules hold in general, i.e. for discrete, continuous and
mixed types of random variables:
• E[α] = α
• V[X] ≥ 0
The following rules hold in general, i.e. for discrete, continuous and mixed
types of random variables:
• V[αX + β] = α2 V[X]
E (X − E[X])j .
The following rules hold in general, i.e. for discrete, continuous and
mixed types of random variables:
• Cov[αX + γ, βY + µ] = αβCov[X, Y ]
• Cov[X1 + X2 , Y1 + Y2 ]
= Cov[X1 , Y1 ] + Cov[X1 , Y2 ] + Cov[X2 , Y1 ] + Cov[X2 , Y2 ]
We say that
Let (X, Y ) be a bivariate discrete random variable and P (yk |X) the con-
ditional probability of Y = yk given X. Then the conditional expected
value or conditional mean of Y given X is
K
X
E[Y |X] = EY |X [Y ] = yk P (yk |X).
k=1
• E[a0 x] = a0 E[x]
• E[Ax] = AE[x]
• E[AX] = AE[X]
• V[a0 x] = a0 V[x] a
• V[Ax] = A V[x] A0
4 Important Distributions
1
f (x, y) = p
2πσX σY 1 − ρ2
( " 2 2 #)
1 x − µX y − µY x − µX y − µY
exp − + − 2ρ .
2(1 − ρ2 ) σX σY σX σY
11 Short Guides to Microeconometrics
2
aX + bY ∼ N(µX + µY , σX + σY2 + 2ρσX σY ).
Ax ∼ N(Aµ, AΣA0 ).
References