powered by
The density of the normal distribution
dnorm0(x, mean, sd, log = FALSE)
vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.
numeric vector; the mean vector.
numeric vector; the sd vector.
logical; if TRUE, returns the log value.
# NOT RUN { n <- 10 x <- rnorm0(n, mean = 0, sd = 1) dnorm0(x, mean = 0, sd = 1) # }
Run the code above in your browser using DataLab