Learn R Programming

MSEtool (version 3.7.3)

trlnorm: Lognormal distribution

Description

Variant of rlnorm which returns the mean when reps = 1.

Usage

trlnorm(reps, mu, cv)

tdlnorm(x, mu, cv)

Value

numeric

Arguments

reps

number of random numbers

mu

mean

cv

coefficient of variation

x

vector

Functions

  • trlnorm(): Generate log-normally distributed random numbers

  • tdlnorm(): Calculate density of log-normally distributed random numbers

Author

T. Carruthers