# Bayesian Methods for the Physical Science. Learning from # Examples in Astronomy and Physics. By S. Andreon and B. Weaver. model{ tau.eta ~ dgamma(.5,.5) # chi2 x~dnorm(0.,1.) # cauchy = normal/sqrt(chi2) theta <- x / sqrt(tau.eta) }