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