PHP Doku:: Generates beta random deviate - function.stats-rand-gen-beta.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzMathematische ErweiterungenStatisticsStatistic Funktionenstats_rand_gen_beta

Ein Service von Reinhard Neidl - Webprogrammierung.

Statistic Funktionen

<<stats_kurtosis

stats_rand_gen_chisquare>>

stats_rand_gen_beta

(PECL stats >= 1.0.0)

stats_rand_gen_betaGenerates beta random deviate

Beschreibung

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.

Parameter-Liste

a

b

Rückgabewerte


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)