gamma-distr-conversion: Convert Between Mean/SD and Shape/Rate of Gamma Distribution

Description Usage Arguments

Description

These functions return the mean, standard deviation, shape, or rate of a gamma distribution given the other pair of parameters.

Usage

1
2
3
4
5
6
7
gamma_shape(mean, sd)

gamma_rate(mean, sd)

gamma_mean(shape, rate)

gamma_sd(shape, rate)

Arguments

mean

A vector of one or more means

sd

A vector of one or more standard deviations

shape

A vector of one or more shape parameters

rate

A vector of one or more rate parameters


jesse-smith/covidModel documentation built on Feb. 21, 2022, 3:23 p.m.