InvGammaGPrior {glmBfp}R Documentation

Constructor for the inverse gamma g-prior class

Description

Constructor for the inverse gamma g-prior class

Usage

InvGammaGPrior(a = 0.001, b = 0.001)

Arguments

a

the first positive hyperparameter (default: 0.001)

b

the second positive hyperparameter (default: 0.001)

Value

a new InvGammaGPrior object


[Package glmBfp version 0.0-53 Index]