dnorm0: The density of the normal distribution

Description Usage Arguments Examples

View source: R/mc_rv_density.R

Description

The density of the normal distribution

Usage

1

Arguments

x

vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.

mean

numeric vector; the mean vector.

sd

numeric vector; the sd vector.

log

logical; if TRUE, returns the log value.

Examples

1
2
3
n <- 10
x <- rnorm0(n, mean = 0, sd = 1)
dnorm0(x, mean = 0, sd = 1)

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