Previous Up Next

8.4.3  Fonction de répartition inverse de la loi binomiale: binomial_icdf

Lorsqu’une variable aléatoire X suit une loi binomiale B(n,p), si on a :
binomial_icdf(n,p,x)=h c’est que
Proba(Xh)=x=binomial_cdf(n,p,h).
On tape :

binomial_icdf(4,0.5,0.9)

On obtient :

3

On tape :

binomial_icdf(2,0.3,0.95)

On obtient :

2

Previous Up Next