summarize_gamma: Summarize a Gamma Model for lambda

Description Usage Arguments Value Examples

Description

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

Usage

1
summarize_gamma(shape, rate)

Arguments

shape

positive shape parameter of the Gamma model

rate

positive rate parameter of the Gamma model

Value

a summary table

Examples

1
summarize_gamma(shape = 1, rate = 15)

bayesrules documentation built on Sept. 25, 2021, 9:06 a.m.