GammaDist {bfw} | R Documentation |
compute gamma distribution (shape and rate) from mode and standard deviation
GammaDist(mode, sd)
mode |
mode from data |
sd |
standard deviation from data |
GammaDist(1,0.5)
# $shape
# [1] 5.828427
# $rate
# [1] 4.828427