Posté par
juju783 juju783bonjour,
on a :
X=
-1 si w<=4
2 sinon
La fonction de répartition associée est:
F(x)=
0 si x<-1
2\3 si -1<= x < 0
1 si x >= 2
j'ai compris pour la fonction de répartition , a part la deuxieme ligne a savoir:
2\3 si -1<= x < 0
comment trouve t-on 2\3?