With a 5th and 95th quantile point estimates, fit a lognormal distribution, returning the parameters of the distribution.

fit_lognorm(low, high)

Arguments

low

5th quantile.

high

95th quantile.

Value

A dataframe.

See also

Examples

fit_lognorm(low = .20, high = .50)
#> # A tibble: 1 x 3 #> func meanlog sdlog #> <chr> <dbl> <dbl> #> 1 stats::rlnorm 0.0000000752 0.0550