dgamma_mean_sd: Reparameterisation of gamma pdf using mean and sd

View source: R/utils.R

dgamma_mean_sdR Documentation

Reparameterisation of gamma pdf using mean and sd

Description

Reparameterisation of gamma pdf using mean and sd

Usage

dgamma_mean_sd(x, mu, sigma, ...)

Arguments

x

a value to be evaluated at

mu

a mean

sigma

a standard deviation

...

other arguments passed to method

Value

a density


ben18785/incidenceinflation documentation built on Feb. 8, 2024, 2:36 a.m.