Skip to contents

Construct an Exponential prior object for use in kb_priors_weight_nereo() and the priors argument of the kb_fit_*() functions. Used for the standard deviation (scale) hyperparameters.

Usage

kb_prior_exponential(rate = 1)

Arguments

rate

A positive number giving the rate.

Value

A kb_prior_exponential object.

Examples

kb_prior_exponential(rate = 1)
#> exponential(rate = 1)