https://github.com/cran/spate
Revision f0c29d71fe48e77d5df8d9bd42646e87af5e0dcf authored by Fabio Sigrist on 24 September 2019, 09:10:03 UTC, committed by cran-robot on 24 September 2019, 09:10:03 UTC
1 parent 5e0d0fe
Raw File
Tip revision: f0c29d71fe48e77d5df8d9bd42646e87af5e0dcf authored by Fabio Sigrist on 24 September 2019, 09:10:03 UTC
version 1.6
Tip revision: f0c29d7
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