Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何指定 (0.5, 0.5) in 的 Inverse Gamma 先验rjags?
rjags
我试过了
prec ~ dgamma(1.0/2.0, 1.0/2.0) tau <- sqrt(1/prec)
不确定这是指定的正确方法。