Learn R Programming

mcmcsae (version 0.7.4)

pr_gig: Create an object containing information about Generalized Inverse Gaussian (GIG) prior distributions

Description

Create an object containing information about Generalized Inverse Gaussian (GIG) prior distributions

Usage

pr_gig(a, b, p, n = NULL, post = FALSE)

Value

An environment with information about the prior and possibly conditional posterior distribution(s), to be used by other package functions.

Arguments

a

parameter of length 1 or n.

b

parameter of length 1 or n.

p

parameter of length 1 or n.

n

dimension, if known. For internal use only.

post

whether conditional posterior sampling function should be created. For internal use only.