Couples De Variables Flashcards

(21 cards)

1
Q

Qu’est ce qu’un couple de variables aléatoires discrètes ?

A

Un vecteur aléatoire discret : une n-liste de variables aléatoires discrètes avec n = 2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Qu’est ce qu’une variable aléatoire discrète ?

A

Toute variable aléatoire dont le support est indexé par un sous-ensemble de ℕ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Qu’est ce que la loi conjointe des variables X et Y ?

A

L’application
P(X,Y) : Supp(X,Y) —> [0,1]
(x,y) –> P((X=x) ∩ (Y=y))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Comment calculer une loi conjointe ?

A

Énoncé ?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Comment calculer une loi marginale à partir d’une loi conjointe ?

A

P(X=x) = ∑P((X=x) ∩ (Y=yₖ))

pour k = 0 jusqu’à +∞.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Loi conditionnelle X par rapport à [Y = y] ?

A

P[Y=y] (X=x) = p((X=x) ∩ (Y=y)) ÷ p(Y=y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

L’espérance E[g(X,Y)] avec g une fonction.

A

Théorème de transfert :

E[g(X,Y)] = ∑∑ g(xᵢ,yₖ) P(X=xᵢ ∩ Y=yₖ)

Avec i = 0 jusqu’à n
Et k = 0 jusqu’à m

Soit n ∈ Supp(X)
Et m ∈ Supp(Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Espérance E(XⁿYᵅ) ?

A

E(XY) = ∑∑ xᵢⁿ yₖᵅ P(X=xᵢ ∩ Y=yₖ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Définition de la covariance d’un couple (X,Y) de variables.

A

Cov(X,Y) = E[ (X–E(X)) (Y–E(Y)) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Formule de Huygens-Kœnig pour la covariance d’un couple (X,Y) de variables aléatoires.

A

Cov(X,Y) = E(XY) – E(X)E(Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Les propriétés sur la covariance.

A

Cov(X,X’) = V(X)
Cov(X,Y) = Cov(Y,X)
Cov(αX + βX’, Y) = αCov(X,Y) + βCov(X,Y’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Soient X,Y des variables aléatoires admettant un moment d’ordre 2.
V(X+Y) = ?

A

V(X+Y) = V(X) + V(Y) + 2Cov(X,Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Qu’est ce que le coefficient de corrélation linéaire ?

A

r(X,Y) = Cov(X,Y) / σ(X)σ(Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Étant donné le couple (X,Y), quand dit-on que X et Y sont indépendantes ?

A

Quand
P(X=x ∩ Y=y) = P(X=x)P(Y=y)

Ou si
P[Y=y] (X=x) = P(X=x)
∀ y ∈ Supp(Y)

Ou si
La loi de X/Y=y est indépendante de y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

E(XY) si X et Y sont indépendantes ?

A

E(XY) = E(X)E(Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Quand dit on que X et Y sont non corrélées ?

A

Si Cov(X,Y) = 0.

17
Q

V(X+Y) si X et Y sont indépendantes ou non corrélées ?

A

V(X+Y) = V(X) + V(Y)

18
Q

r(X,Y) si X et Y sont indépendantes ou non corrélées ?

19
Q

Définition de la convolution.

A

L(X)☆L(Y)(x) = ∑P(X=xᵢ)P(Y=x-xᵢ)

Avec i = 0 jusqu’à +∞.

Si X et Y sont indépendantes alors :

L(X)☆L(Y)(x) = P(X+Y = x)

20
Q

Convolution de la loi binomiale ?

A

B(n,p)☆B(m,p) = B(n+m,p)

21
Q

Convolution de la loi de Poisson ?

A

P(λ)☆P(μ) = P(λ+μ)