Skip to contents

Prior beta distribution

Usage

beta_prior(alpha, beta)

Arguments

alpha

numeric. Shape (>=0).

beta

numeric. Shape (>=0).

Value

Object of class BetaPrior

Examples

bp <- beta_prior(9, 235)