View source: R/Misc_Exported.R
trlnorm | R Documentation |
Variant of rlnorm which returns the mean when reps = 1.
trlnorm(reps, mu, cv)
tdlnorm(x, mu, cv)
reps |
number of random numbers |
mu |
mean |
cv |
coefficient of variation |
x |
vector |
numeric
trlnorm()
: Generate log-normally distributed random numbers
tdlnorm()
: Calculate density of log-normally distributed random numbers
T. Carruthers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.