Syntax: beta_rnd(alpha, beta,x, y)
Description: The Beta 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:
beta_rnd(1,0.2, 100) % creates a vector with size 100. alpha=1 and beta=2beta_rnd(2,0.2, 50,60) % filled 50x60 matrix.
Also see: poisson
Implemented in: LambdaBETA_RND.java