https://github.com/cran/spate
Raw File
Tip revision: 2e29c2db2985c5b454d94298d8bdcb44e42c514f authored by Fabio Sigrist on 07 January 2020, 09:50:02 UTC
version 1.7
Tip revision: 2e29c2d
tobit.lambda.log.full.cond.Rd
\name{tobit.lambda.log.full.cond}
\alias{tobit.lambda.log.full.cond}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
 Full conditional for transformation parameter lambda.
}
\description{
 Full conditional for transformation parameter lambda of the Tobit
 model. This is used in the Metropolis-Hastings step of the MCMC algorithm.
}
\usage{
tobit.lambda.log.full.cond(y, z, tau2, lambda)
}
\arguments{
  \item{y}{
 Observed data.
}
  \item{z}{
 Latent Gaussian variable.
}
  \item{tau2}{
 Value of variance (corresponds to nugget effect).
}
  \item{lambda}{
Value of transformation parameter lambda.
}
}
\value{
Value of evaluated full conditional for transformation parameter lambda.
}
\author{
Fabio Sigrist
}

back to top