View source: R/model_likelihood_helpers.R
pl10norm | R Documentation |
pl10norm
is an analogue for plnorm but in base 10
pl10norm(q, mean = 1, sd = 1, lower.tail = TRUE, log.p = FALSE)
q |
a numeric vector of quantiles. |
mean |
a vector of means. |
sd |
a vector of standard deviations. |
lower.tail |
TRUE: calculate the probability of drawing a number less than q. FALSE: = calculate the probability of drawing a number larger than q. |
log |
a logical vector of length 1. TRUE: return log of probability, FALSE: return probability |
a numeric vector with the probability of drawing a number less than
(or greater than, depending on the value of lower.tail
)
in a log10normal distribution.
The log10normal distribution in log10 space has mu = mean and sigma = sd.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.