exponential_p {isotracer}R Documentation

Define an exponential prior

Description

Define an exponential prior

Usage

exponential_p(lambda)

Arguments

lambda

Lambda parameter (rate) of the exponential distribution. The mean of the exponential distribution is 1/lambda.

Value

A list defining the prior.

Examples

exponential_p(0.5)


[Package isotracer version 1.1.5 Index]