资源简介

马尔可夫链蒙特卡罗(MCMC)入门学习资料,包括MetropolisSampling、Metropolis-Hastings Sampling、Gibbs Sampling。包含文档以及对应的程序!选自2011年MarkSteyvers的Computational Statistics with Matlab(MCMC)

资源截图

代码片段和文件信息

function y = bivexp( theta1  theta2 )
%% Returns the density of a bivariate exponential function
lambda1 = 0.5; % Set up some constants
lambda2 = 0.1;
lambda = 0.01;
maxval = 8;
y = exp( -(lambda1+lambda)*theta1-(lambda2+lambda)*theta2-lambda*maxval );

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....   1194308  2016-09-12 09:28  2011_MarkSteyvers_Computational Statistics with Matlab(MCMC).pdf

     文件        261  2010-01-21 08:41  matlablistings\bivexp.m

     文件        120  2010-01-14 14:44  matlablistings\cauchy.m

     文件        747  2010-01-05 15:54  matlablistings\ch1_showcumulative1.m

     文件       1043  2010-01-05 07:34  matlablistings\ch1_showdistributions.m

     文件       3004  2011-04-20 15:59  matlablistings\ch2_bivnormal_MH.m

     文件       1756  2010-01-14 15:15  matlablistings\ch2_demo2_metropolis.m

     文件       2106  2010-01-21 08:32  matlablistings\ch2_demo6_MH.m

     文件       1865  2010-01-21 11:29  matlablistings\ch2_mallows_MH.m

     文件       4633  2011-04-21 21:45  matlablistings\ch3_posteriorinference_weibull.m

     文件        539  2010-01-21 11:30  matlablistings\kendalltau.m

     文件       1003  2011-04-21 21:40  matlablistings\rtdata1.mat

     目录          0  2016-09-12 09:52  matlablistings

----------- ---------  ---------- -----  ----

              1211385                    13


评论

共有 条评论