createPrior.default {Bolstad}R Documentation

Create prior default method

Description

Create prior default method

Usage

## Default S3 method:
createPrior(x, wt, ...)

Arguments

x

a vector of x values at which the prior is to be specified (the support of the prior). This should contain unique values in ascending order. The function will sort values if x is unsorted with a warning, and will halt if x contains any duplicates or negative lag 1 differences.

wt

a vector of weights corresponding to the weight of the prior at the given x values.

...

optional exta arguments. Not currently used.

Value

a linear interpolation function where the weights have been scaled so the function (numerically) integrates to 1.


[Package Bolstad version 0.2-41 Index]