Learn R Programming

bayesrules (version 0.0.2)

summarize_gamma: Summarize a Gamma Model for \(\lambda\)

Description

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

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

Run this code
# NOT RUN {
summarize_gamma(shape = 1, rate = 15)

# }

Run the code above in your browser using DataLab