next up previous contents index
suivant: Probabilité pour que X monter: Les fonctions de répartition précédent: Fonction de répartition de   Table des matières   Index


Fonction de répartition inverse binomiale : binomial_icdf

Lorsqu'une variable aléatoire X suit une loi binomiale $ \mathcal {B}$(n, p), si on a :
binomial_icdf(n,p,x)=h c'est que
Proba(X $ \leq$ h) = 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



Documentation de giac écrite par Renée De Graeve