rst {betel}R Documentation

rst calculates the denominator of C-J (2001)

Description

rst calculates the denominator of C-J (2001)

Usage

rst(
  pdst = pdst,
  qnst = qnst,
  gfunc = gfunc,
  y = y,
  dat = dat,
  lam0 = lam0,
  maxiterlam = maxiterlam,
  mingrlam = mingrlam,
  pd = pd,
  qn = qn,
  psi0_ = psi0_,
  Psi0_ = Psi0_,
  nu = nu,
  muprop = muprop,
  Vprop = Vprop,
  Pprop = Pprop,
  ldp = ldp,
  nuprop = nuprop
)

Arguments

pdst

is the lpdf at psist

qnst

is the q pdf at psist

y
dat
lam0

is the starting value of lambda

maxiterlam
pd

is the lpdf of the denominator

qn

is the lpdf of the q of the numerator

psi0_

is the prior mean of psi

Psi0_

is the vector of prior dispersions of psi

nu

is the df of the prior student-t

muprop

is the mean of the proposal

Vprop

is the variance of the proposal

Pprop

is the precision of the proposal

ldp

is the log det of the precision of the proposal

nuprop

is the df of the student t proposal

Author(s)

Siddhartha Chib


[Package betel version 1.0 Index]