Learn R Programming

bfw (version 0.4.2)

GammaDist: Gamma Distribution

Description

compute gamma distribution (shape and rate) from mode and standard deviation

Usage

GammaDist(mode, sd)

Arguments

mode

mode from data

sd

standard deviation from data

Examples

Run this code
# NOT RUN {
 GammaDist(1,0.5)
 # $shape
 # [1] 5.828427
 # $rate
 # [1] 4.828427
# }

Run the code above in your browser using DataLab