Endterm Flashcards
What can you say about the density frunction of Y=g(x) if g is differentiable and one-to-one?
fy(y) = fx(g-1(y)) * 1/ |g’(g-1(y))|
What can you say if g is differenciable and strictly increasing? strictly decreasing?
Fy(y) = Fx(g-1(y)) Fy(y) = 1 - Fx(g-1(y))
What is a joint probability mass function (discrete random variable)?
P(k1, k2, … , kn) = P(X=k1, X=k2, … , Xn=kn)
What is the marginal probability mass function if Xj?
PXj(k) = Σ (l1, … , lj-1, lj+1, …, ln) p(l1, … , lj-1, k, lj+1, …, ln)
How can you find E[g(X1,…,Xn)]?
E[g(X1,…,Xn)]=Σ(k1,…,kn) g(k1,…,kn)*p(k1,…,kn)
When are two continuous random variables X and Y jointly continuous?
If joint density function fX,Y st
P((X,Y)∈B) = ∫∫(B) fX,Y(x,y) dx dy
What properties does the density function f(x,y) has?
f(x,y)>=0
∫∫(both -oo to +oo) f(x,y) dx dy = 1
What is the marginal density function of X?
fX(x) = ∫(-oo to +oo) fX,Y(x,y) dy
What is E[g(X,Y)] for continuous random variables?
E[g(X,Y)] = ∫∫(-oo to +oo) g(x,y) * fX,Y(x,y) dx dy
What can you say about the joint distribution functions (for discrete and continuous) if X and Y are independent?
if X and Y independent then P(X∈A, Y∈B) = P(X∈A)*P(Y∈B) so discrete : PX,Y(x,y) = PX(x) * PY(y) continuous : fX,Y(x,y) = fX(x) * fY(y)
What is a joint cumulative distribution function?
F(S1,…,Sn) = P(X1<=S1,…,Xn<=Sn)
What is the probability mass function of X+Y?
PX+Y(n) = PX * PY(n) = Σ(k) PX(k)PY(n-k) = Σ(m) PX(n-m)PY(m)
What is the density function of X+Y?
fX+Y(z) = fXfY(z) =∫(-oo to oo)fX(x)fY(z-x)dx =∫(-oo to oo)fX(z-x)*fY(x)dx
What does the linearity of expectation say?
E[g1(x1) + g2(x2) + … + gn(xn)] = E[g1(x1)] + E[g2(x2)] + … + E[gn(xn)]
E(X1+…+Xn) = E(X1) + E(X2) + … + E(Xn)
What can you say about expectation if Xn are independent rv
the expectation of the product of functions of independent rv is the product of the expectations of the functions of independent rv
What is the covariance?
Cov(X,Y) = E(XY) - E(X)*E(Y)
What can you say if Cov(X,Y)>0? <0? =0?
> 0 : X and Y deviate together below or above their means
<0 : X and Y deviate in opposite directions
=0 : X and Y are independent
What are the properties of the covariance?
Cov(X,Y)=Cov(Y,X)
Cov(X,X) = Var(X)
Cov(aX+b,Y)=aCov(X,Y)
What is the correlation of X and Y?
Corr(X,Y) = Cov(X,Y) / sqrt(Var(X))*sqrt(Var(Y))
-1<=Corr(X,Y)<=1
What does the central limit theorem say?
X1, X2,… independent identically distributed and E(Xi)=u, Var(Xi)=s^2 and a<=b
lim(n–>oo) p(a<=X1+…+Xn-nu/s*sqrt(n) <=b)
= ∫(a,b) 1/sqrt(2pi) * e(-1/2 x^2) dx
= o/ (b) - o/(a)
How can you find E(X) from the conditional expectation?
E(X) = Σ(i=1 to n) E(X/Bi) * P(Bi)
What is the conditional probability mass function of X given Y=y? the expectation? the expectation of X? PX(x)? PX,Y(x,y)?
PX/Y(x/y) = P(X=x/Y=y)= P(X=x,Y=y)/P(Y=y) = PX,Y(x,y) / PY(y)
E(X/Y=y) = Σ(x) x*PX/Y(x/y)
E(X)=Σ(y) E(X/Y=y)*PY(y)
PX(x) = Σ(y) PX/Y(x/y)*PY(y)= Σ(y) PX,Y(x,y)
PX,Y(x,y) = PX/Y(x/y)*PY(y)
What is the memoriless property?
P(X>t+s / X>t) = P(X>s)