- 1、本文档共21页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 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
您可能关注的文档
- northwestern admission_contacts.pdf
- Not So SexyThe Health Risks of Secret Chemicals in Fragrance.pdf
- Novel interpenetrating network chitosan-poly(ethylene oxide-g-acrylamide.pdf
- Novel operation and control of an electric vehicle aluminumair battery system.pdf
- NPHO2016_Room-temperature polariton lasing in an organic single-crystal microcavity.pdf
- NRF905参考程序参考教程包含多个实例和解释.doc
- NSK直线导轨安装说明书(中文).pdf
- Number Representation and Computer Arithmetic.pdf
- O-ring Sizing Chart.pdf
- Obama's gun control protocal.pdf
- Praying for Power Buddhism and The Formation of Gentry Society in Late-Ming China by.pdf
- Price Discovery for Segmented US-Listed Chinese Stocks Location or Market Quality.pdf
- Primeton EOS6.0 程序员教程.pdf
- PRINCE2_One_Thousand_Words_White_Paper_Chinese.pdf
- privacy_pia_uscis_cis.pdf
- Private Equity Exits in China and India - 2016.pdf
- Private Equity Investment in China.pdf
- Privatization and Risk SharingEvidence from the Split Share Structure Reform in China.pdf
- problems of coupling fluid motion and solid deformation.pdf
- problems of mathematical finance by stochastic control.pdf
最近下载
- 【精心整理】16第十六讲:作文审题立意(12页).docx VIP
- 最新2024医疗器械经营质量管理规范试题与答案 .pdf VIP
- 2025考研英语一真题及答案.pdf
- 2025年江苏对口单招语文模拟试卷答案1 .pdf VIP
- 2024重庆市公安局辅警岗位招聘笔试参考题库含答案解析.pdf VIP
- 2024年湖南省湘潭市小升初数学模拟试卷及答案解析.docx
- 基于核心素养的小学第三学段语文校本作业设计策略研究--以厦门市S小学为例.pdf
- 律师诉讼方案.docx
- 河南省洛阳市洛龙区2023-2024学年部编版七年级下学期期中考试历史试卷.docx VIP
- 《GPIR复合板外墙防火保温系统建筑构造》.pdf VIP
文档评论(0)