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

search for in the

stats_rand_gen_chisquare> <stats_kurtosis
[edit] Last updated: Fri, 25 May 2012

view this page in

stats_rand_gen_beta

(PECL stats >= 1.0.0)

stats_rand_gen_beta無作為な値を生成する

説明

float stats_rand_gen_beta ( float $a , float $b )

パラメータ A および B で表されるベータ分布から、無作為な値を返します。 ベータ密度は、< x < に対して x^(a-1) * (1-x)^(b-1) / B(a,b) となります。これは R. C. H. Cheng の手法です。

パラメータ

a

b

返り値



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

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