Simulate multivariate normal random variates
rmvnorm0_dual(n, mean, sigma)# S4 method for numeric,dual,dual
rmvnorm0(n, mean, sigma)
# S4 method for numeric,dual,ANY
rmvnorm0(n, mean, sigma)
# S4 method for numeric,ANY,dual
rmvnorm0(n, mean, sigma)
Positive integer; the number of samples.
A numeric vector or a dual number; the mean of the normal distribution.
A numeric matrix or a dual number; the standard deviation of the normal distribution.