Learn R Programming

isotracer (version 1.1.8)

exponential_p: Define an exponential prior

Description

Define an exponential prior

Usage

exponential_p(lambda)

Value

A list defining the prior.

Arguments

lambda

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

Examples

Run this code
exponential_p(0.5)

Run the code above in your browser using DataLab