Learn R Programming

pttstability (version 1.4)

sampler_fun0: Default sampler function for prior

Description

Draws samples from a flat prior

Usage

sampler_fun0(n = 1, minv, maxv)

Value

returns random draws from the priors

Arguments

n

number of random draws to take from the priors

minv

Vector of minimum values to return for each parameter

maxv

Vector of maximum values to return for each parameter