View source: R/model_likelihood_helpers.R
rl10norm | R Documentation |
rl10norm
is an analogue for rlnorm but in base 10
rl10norm(n, mean = 1, sd = 1)
n |
a numeric vector of length 1: number of observations |
mean |
a vector of means. |
sd |
a vector of standard deviations. |
a numeric vector of length n, distributed according to the 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.