trlnorm {MSEtool} | R Documentation |
Lognormal distribution
Description
Variant of rlnorm which returns the mean when reps = 1.
Usage
trlnorm(reps, mu, cv)
tdlnorm(x, mu, cv)
Arguments
reps |
number of random numbers |
mu |
mean |
cv |
coefficient of variation |
x |
vector |
Value
numeric
Functions
-
trlnorm()
: Generate log-normally distributed random numbers -
tdlnorm()
: Calculate density of log-normally distributed random numbers
Author(s)
T. Carruthers
[Package MSEtool version 3.7.4 Index]