stats_rand_gen_gamma(3) php man page | unix.com

Man Page: stats_rand_gen_gamma

Operating Environment: php

Section: 3

STATS_RAND_GEN_GAMMA(3) 						 1						   STATS_RAND_GEN_GAMMA(3)

stats_rand_gen_gamma - Generates random deviates from a gamma distribution

SYNOPSIS
float stats_rand_gen_gamma (float $a, float $r)
DESCRIPTION
Generates random deviates from the gamma distribution whose density is (A**R)/Gamma(R) * X**(R-1) * Exp(-A*X).
PARAMETERS
o $a - location parameter of Gamma distribution ($a > 0). o $r - shape parameter of Gamma distribution ($r > 0).
RETURN VALUES
PHP Documentation Group STATS_RAND_GEN_GAMMA(3)
Related Man Pages
gammal(3) - linux
gammaf(3) - linux
gammal(3) - debian
gammaf(3) - debian
gamma(3) - suse
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch