deriveGammaParams: deriveGammaParams

View source: R/deriveGammaparams.R

deriveGammaParamsR Documentation

deriveGammaParams

Description

Derive the parameters for the Gamma distrubution from the mean and sd

Usage

deriveGammaParams(Mean = NULL, Sd = NULL, Var = NULL)

Arguments

Mean

Numeric. The mean

Sd

Numeric. The standard deviation

Var

Numeric. The variance (alternative to sd)


NovaInstitute/novaInventories documentation built on March 19, 2022, 2:36 a.m.