Normal random numbers
x=distfun_mvnrnd(mu,sigma) x=distfun_mvnrnd(mu,sigma,n)
a 1-by-d matrix of doubles, the average
a d-by-d matrix of doubles, the covariance matrix, symmetric, positive definite
a 1-by-1 matrix of floating point integers, the number of rows in x (default n=1)
a n-by-d matrix of doubles, the random numbers.
Generates random variables from the Multivariate Normal distribution function.
Any scalar input argument is expanded to a matrix of doubles of the same size as the other input arguments.