stats_rand_gen_beta

(PECL)

stats_rand_gen_beta -- Génère l'écart beta aléatoire

Description

float stats_rand_gen_beta ( float a, float b )

Retourne une déviation aléatoire de la distribution beta avec les paramètres A et B. La densité de beta est x^(a-1) * (1-x)^(b-1) / B(a,b) pour 0 < x <. Méthode R. C. H. Cheng.

Liste de paramètres

a

Its description

b

Its description

Valeurs de retour

What the function returns, first on success, then on failure. See also the &return.success; entity