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

search for in the

stats_rand_gen_chisquare> <stats_kurtosis
Last updated: Fri, 10 Oct 2008

view this page in

stats_rand_gen_beta

(PECL stats:1.0.0-1.0.2)

stats_rand_gen_betaGenerates beta random deviate

Description

float stats_rand_gen_beta ( float $a , float $b )

Returns a random deviate from the beta distribution with parameters A and B. The density of the beta is x^(a-1) * (1-x)^(b-1) / B(a,b) for 0 < x <. Method R. C. H. Cheng.

Parameters

a

b

Return Values



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

stats_rand_gen_chisquare> <stats_kurtosis
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites