Learn R Programming

lognorm (version 0.1.6)

getLognormMedian: getLognormMedian

Description

get the median of a log-normal distribution

Usage

getLognormMedian(mu, sigma = NA)

Arguments

mu

center parameter (mean at log scale, log(median))

sigma

dummy not used, but signature as with Mode and moments

Value

the median

Examples

Run this code
# NOT RUN {
getLognormMedian(mu = log(1), sigma = log(2))
# }

Run the code above in your browser using DataLab