Skip to contents

Prior uniform distribution

Usage

uniform_prior(alpha, beta)

Arguments

alpha

numeric. Lower bound.

beta

numeric. Upper bound (>alpha).

Value

Object of class UniformPrior.

Examples

up <- uniform_prior(0, 1)