Learn R Programming

MSEtool (version 3.7.3)

sdconv: Get parameters of lognormal distribution from mean and standard deviation in normal space

Description

Get parameters of lognormal distribution from mean and standard deviation in normal space

Usage

sdconv(m, sd)

mconv(m, sd)

Value

numeric

Arguments

m

mean in normal space

sd

standard deviation in normal space

Functions

  • sdconv(): Returns sigma of lognormal distribution

  • mconv(): Returns mu of lognormal distribution

Author

T. Carruthers