fnorm | R Documentation |
Calculate QDF fnorm
and DQF dqnorm
for the normal distribution
fnorm(p, mean = 0, sd = 1, log = FALSE, lower.tail = TRUE, log.p = FALSE)
dqnorm(p, mean = 0, sd = 1, log = FALSE, lower.tail = TRUE, log.p = FALSE)
p |
numeric probability |
mean |
numeric parameter of normal distribution. Default is 0 |
sd |
numeric parameter of normal distribution. Default is 1 |
log |
logical, should the result be returned as a log. Default is FALSE |
lower.tail |
logical; if TRUE (default), probabilities are |
log.p |
logical; if TRUE, probabilities p are given as log(p). Default is FALSE |
returns QDF (fnorm
) and DQF (dqnorm
) of normal distribution
p_grd <- make_pgrid()
fnorm(p_grd)
dqnorm(p_grd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.