rmvnorm0_dual: Simulate multivariate normal random variates

Description Usage Arguments

View source: R/mc_rv_sim_normal.R

Description

Simulate multivariate normal random variates

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

Arguments

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.


ADtools documentation built on Nov. 9, 2020, 5:09 p.m.