Student's t random numbers
r = trnd(nu)
r = trnd(nu,m,n,...)
r = trnd(nu,[m,n,...])
r = trnd(nu)
generates random
numbers from Student's t distribution with nu
degrees
of freedom. nu
can be a vector, a matrix, or a
multidimensional array. The size of r
is equal
to the size of nu
.
r = trnd(nu,m,n,...)
or r = trnd(nu,[m,n,...])
generates
an m
-by-n
-by-... array. The nu
parameter
can be a scalar or an array of the same size as r
.