summarize_beta {bayesrules} | R Documentation |
Summarize a Beta Model for
Description
Summarizes the expected value, variance, and mode of
a Beta(alpha, beta) model for variable .
Usage
summarize_beta(alpha, beta)
Arguments
alpha , beta |
positive shape parameters of the Beta model |
Value
a summary table
Examples
summarize_beta(alpha = 1, beta = 15)
[Package bayesrules version 0.0.2 Index]