summarize_gamma function

Summarize a Gamma Model for λ\lambda

Summarize a Gamma Model for λ\lambda

Summarizes the expected value, variance, and mode of a Gamma(shape, rate) model for variable λ\lambda.

summarize_gamma(shape, rate)

Arguments

  • shape: positive shape parameter of the Gamma model
  • rate: positive rate parameter of the Gamma model

Returns

a summary table

Examples

summarize_gamma(shape = 1, rate = 15)