gamma_rnd

Syntax: gamma_rnd(alpha, beta,x, y)

Description: The Gamma distribution with the mean.If x,y are given , create a matrix with Beta values with the dimension x (rows) and y (columns).If only x is given, create a vector with Beta values of size "x"

Group: normal

Note:

Example:

gamma_rnd(1,0.2, 100) % creates a vector with size 100. alpha=1 and beta=2gamma_rnd(2,0.2, 50,60) % filled  50x60 matrix.

Also see: poisson

Implemented in: LambdaGAMMA_RND.java