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