summarize_gamma: Summarize a Gamma Model for lambda

summarize_gammaR Documentation

Summarize a Gamma Model for λ

Description

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

Usage

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

summarize_gamma(shape = 1, rate = 15)


mdogucu/bayesrules documentation built on April 23, 2022, 2:46 a.m.