priors {bayesmix}R Documentation

Create list of prior specifications

Description

Given the data values for the priors are determined.

Usage

priorsFish(y, eps = 10^-16)
priorsRaftery(y)
priorsUncertain(y, eps = 10^-16)

Arguments

y

a numeric vector.

eps

a numeric value indicating the smallest value for flat priors.

Details

Values for the prior parameter b0, B0, nu0 and S0 are determined.

Value

There is a list returned with named components of the prior parameters.

Author(s)

Bettina Gruen


[Package bayesmix version 0.7-6 Index]