beta_dist: Beta Distribution

Description Usage Arguments Value

Description

Create a beta distribution object, used as the prior for metrics that have a bernoulli distribution.

Usage

1
beta_dist(alpha, beta)

Arguments

alpha

The non-negative alpha parameter of the beta distribution

beta

The non-negative beta parameter of the beta distribution

Value

An object of class 'beta'.


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.