mcDNorm: dnorm but with more arguments
Description
compute density of normal distribution while allowing for more arguments which are ignored
Usage
mcDNorm(x, mean = 0, sd = 1, log = FALSE, ...)
Arguments
mean
mean of normal distribution
sd
std. dev. of noraml distribution
log
logical; if TRUE probabilities are given as log(p). See stats::dnorm
...
extra parameters which are ignored
Value
density of normal distribution