Description Usage Arguments Value Author(s) See Also Examples
Calculates mu and sigma of the lognormal distribution from lower and upper quantile, i.e. conidence interval.
1 | twCoefLnormCi(lower, upper, sigmaFac = qnorm(0.99), isTransScale = FALSE)
|
lower |
value at the lower quantile, i.e. practical minimum |
upper |
value at the upper quantile, i.e. practical maximum |
sigmaFac |
sigmaFac=2 is 95% sigmaFac=2.6 is 99% interval |
isTransScale |
if true lower and upper are already on log scale |
named numeric vector: mu and sigma parameter of the lognormal distribution.
Thomas Wutzler
twQuantiles2Coef
transOrigPopt.default
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.