computeGammaParms: Compute the mean and variance of the Gamma distribution from...

View source: R/numericFunctions.R

computeGammaParmsR Documentation

Compute the mean and variance of the Gamma distribution from the shape and rate or scale parameters

Description

Compute the mean and variance of the Gamma distribution from the shape and rate or scale parameters

Usage

computeGammaParms(mu, var)

Arguments

mu

Gamma distribution mean

var

Gamma distribution variance

Value

A list containing the shape, rate and scale parameters of Gamma distribution

Author(s)

Steve Gutreuter


sgutreuter/SGmisc documentation built on Aug. 25, 2024, 7:21 p.m.