View source: R/basic_functions.R
GammaDist | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.