Section: Random Number Generation
y = randnchi(n,mu)
where n is an array containing the degrees of freedom for
each generated random variable (with each element of n >= 1),
and mu is the non-centrality shift (must be positive).
n-1 degrees of freedom plus the square of a normal
deviate with mean mu and standard deviation 1.
--> randnchi(5*ones(1,9),0.3) ans = 12.8187 1.5030 1.9084 3.6028 1.1185 4.1872 4.5202 3.4539 0.4578