JeffreysPrior: JeffreysPrior

Description Usage Arguments Value Author(s) Examples

Description

Generate samples from the Jeffreys prior

Usage

1
JeffreysPrior(u, log10lowerBound, log10upperBound)

Arguments

u

Input scalar/vector of values between 0 and 1

log10lowerBound

Base 10 logarithm of the lower bound

log10upperBound

Base 10 logarithm of the upper bound

Value

Samples from Jeffreys prior

Author(s)

Lydia Rickett, Matthew Hartley, Richard Morris and Nick Pullen

Examples

1
2
samples <- JeffreysPrior(runif(100), -2, 8)
summary(samples)

babar documentation built on May 1, 2019, 10:18 p.m.