mcDNorm {mcStats} | R Documentation |
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
x |
x value |
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
[Package mcStats version 0.1.2 Index]