Syntax: chisqrt_rnd(ndf)
Description: Create a random variable with the given degrees of freedom.If x,y are given , create a matrix with NDF values with the dimension x (rows) and y (columns).If only x is given, create a vector with NDF values of size "x"
Group: random
Note:
Example:
chisqrt_rnd(1,100) % creates a vector with size 100. ndf=1chisqrt_rnd(2,50,60) % ndf=2, matrix 50x60 will be filled.
Also see: beta
Implemented in: LambdaCHISQR_RND.java