dpostb {Bayesiantreg}R Documentation

Posterior value of beta

Description

Calculate a value for posterior density for beta parameter

Usage

dpostb(y, x, z, betas, gammas, gl, bpri,Bpri)

Arguments

y

object of class matrix, with the dependen variables.

x

object of class matrix, with the variables for modelling the mean.

z

object of class matrix, with the variables for modelling the variance.

betas

a vector with the proposal beta parameters.

gammas

a vector with the proposal gamma parameters.

gl

a vector with the proposal degreees of freedom parameters.

bpri

a vector with the values of the mean of the prior of beta.

Bpri

a matrix with the values of the variance of the prior of beta.

Details

Generate the posterior density for the beta proposed by Marin and Cepeda (_).

Value

value

a value with the posterior denity for beta

Author(s)

Margarita Marin mmarinj@unal.edu.co, Edilberto Cepeda-Cuervo ecepedac@unal.edu.co

References

1. Marin and Cepeda-Cuervo (_). A Bayesian regression model for the non-standardized t distribution with location, scale and degrees of freedom parameters. Unpublished

2. Cepeda-Cuervo E. (2001). Modelagem da variabilidade em modelos lineares generalizados. Unpublished Ph.D. tesis. Instituto de Matematicas. Universidade Federal do Rio do Janeiro.

3. Cepeda C., E. and Gamerman D. (2001). Bayesian Modeling of Variance Heterogeneity in Normal Regression Models. Brazilian Journal of Probability and Statistics. 14, 207-221


[Package Bayesiantreg version 1.0.1 Index]