downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

stats_rand_gen_chisquare> <stats_kurtosis
[edit] Last updated: Fri, 17 May 2013

view this page in

stats_rand_gen_beta

(PECL stats >= 1.0.0)

stats_rand_gen_betaGé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

b

Valeurs de retour



add a note add a note User Contributed Notes stats_rand_gen_beta - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites