View source: R/model_likelihood_helpers.R
dl10norm | R Documentation |
dl10norm
is an analogue for dlnorm but in base 10
dl10norm(x, mean = 1, sd = 1, lower.tail = TRUE, log.p = FALSE)
x |
a numeric vector of quantiles. |
mean |
a vector of means. |
sd |
a vector of standard deviations. |
log |
a logical vector of length 1. TRUE: return log of density, FALSE: return density |
a numeric vector with the density of x 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.