gamma_sigma_shape: Convert between parametrisations of the gamma distribution

View source: R/make_stan_dat_hamstr.R

gamma_sigma_shapeR Documentation

Convert between parametrisations of the gamma distribution

Description

Convert between parametrisations of the gamma distribution

Usage

gamma_sigma_shape(mean = NULL, mode = NULL, sigma = NULL, shape = NULL)

Arguments

mean

Mean of gamma distribution

mode

Mode of the gamma distribution

sigma

Standard deviation of gamma distribution

shape

Shape of gamma distribution

Value

a list

Examples

## Not run: 
gamma_sigma_shape(mean = 10, sigma = 2)

## End(Not run)

EarthSystemDiagnostics/baconr documentation built on Dec. 10, 2023, 4:35 a.m.