rnorm0: Simulate univariate normal random variates

Description Usage Arguments

View source: R/mc_rv_sim_normal.R

Description

Simulate univariate normal random variates

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rnorm0(n, mean = 0, sd = 1)

## S4 method for signature 'numeric,dual,dual'
rnorm0(n, mean = 0, sd = 1)

## S4 method for signature 'numeric,ANY,dual'
rnorm0(n, mean = 0, sd = 1)

## S4 method for signature 'numeric,dual,ANY'
rnorm0(n, mean = 0, sd = 1)

Arguments

n

Positive integer; the number of samples.

mean

A dual number or a numeric vector; the mean of the normal distribution.

sd

A dual number or a numeric vector; the standard deviation of the normal distribution.


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