网站大量收购独家精品文档,联系QQ:2885784924

Practical Markov chain Monte Carlo.pdf

  1. 1、本文档共21页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Practical Markov chain Monte Carlo.pdf

Practical Markov chain Monte Carlo Simon Jackman Stanford University /BASS February 3, 2012 Simon Jackman (Stanford) Practical Markov chain Monte Carlo February 3, 2012 1 / 1 BUGS and JAGS (Spiegelhalter, Thomas and Best 2000) and : Bayesian Inference Using Gibbs Sampling (Plummer 2010a): Just Another Gibbs Sampler, a look-alike to , with some subtle and welcome enhancements, runs natively on Mac/PC/Linux (hence my preferred software). I call from via the library (Plummer 2010b); I never ‘‘run’’ as a separate program. See §6.3. programs are not ‘‘procedural’’; they are ‘‘declarative’’, defining a model. Simon Jackman (Stanford) Practical Markov chain Monte Carlo February 3, 2012 2 / 1 / Workflow 1 develop model declaration syntax in a file (extension is ) 2 in , prepare data, pass data and model syntax to via the command 3 parses the data and model syntax, deduces the form of the implied DAG, creates a Gibbs sampler for the DAG 4 exploits conjugacy when it can recognize it; will use slice sampling, Metropolis etc when a conditional distribution is not recognizable in closed form etc. 5 or command actually runs the Gibbs sampler for a specified number of iterations 6 inspect results in ; ; Simon Jackman (Stanford) Practical Markov chain Monte Carlo February 3, 2012 3 / 1 JAGS Example Program for Regression model{ ## loop over the data for(i in 1:n){ ## form the conditional mean of y mu[i] - beta[1] + beta[2]*x[i] ## tau is inverse variance (precision) y[i] ~ dnorm(mu[i],tau) } ## prio

文档评论(0)

qspd + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档