登录
首页 » matlab » mcmc

mcmc

于 2018-01-22 发布
0 231
下载积分: 1 下载次数: 6

代码说明:

说明:  MCMC方法是一种重要的模拟计算方法,马尔可夫链蒙特卡尔理论(Markov chain Monte Carlo:MCMC)的研究对建立可实际应用的统计模型开辟了广阔的前景。90年代以来,很多应用问题都存在着分析对象比较复杂与正确识别模型结构的困难。现在根据MCMC理论,通过使用专用统计软件进行MCMC模拟,可解决许多复杂性问题。此外,得益于MCMC理论的运用,使得贝叶斯(Bayes)统计得到了再度复兴,以往被认为不可能实施计算的统计方法变得是很轻而易举了。(The MCMC method is an important simulation method. The research of Markov chain Monte Carlo:MCMC (Markov) has opened up a broad prospect for the establishment of a practically applicable statistical model. Since 90s, many application problems have been difficult to analyze the complexity of the analysis objects and to identify the structure of the model correctly. Now, according to the MCMC theory, MCMC simulation can be done by using special statistical software to solve many complex problems. In addition, thanks to the application of MCMC theory, Bias's (Bayes) statistics has been revived again, and the statistical method which was previously considered impossible to carry out the calculation became very easy.)

文件列表:

mcmc, 0 , 2014-06-01
mcmc\About_MCMC.html, 1479 , 1999-02-22
mcmc\betalpr.m, 399 , 1999-02-22
mcmc\Contents.m, 3085 , 1999-02-22
mcmc\Copyright, 487 , 1999-02-22
mcmc\gamlpr.m, 360 , 1999-02-22
mcmc\index.html, 1479 , 1999-02-22
mcmc\invwishirnd.m, 851 , 1999-02-22
mcmc\invwishlpr.m, 842 , 1999-02-22
mcmc\invwishpdf.m, 1251 , 1999-02-22
mcmc\invwishrnd.m, 842 , 1999-02-22
mcmc\ltindex.m, 689 , 1999-02-22
mcmc\ltvec.m, 554 , 1999-02-22
mcmc\mcmcacf.m, 346 , 1999-02-22
mcmc\mcmcdemo.m, 1426 , 1999-02-22
mcmc\mcmcgr.m, 731 , 1999-02-22
mcmc\mcmclt.m, 786 , 1999-02-22
mcmc\mcmcsumm.m, 2722 , 1999-02-22
mcmc\mcmctrace.m, 777 , 1999-02-22
mcmc\metrop.m, 860 , 1999-02-22
mcmc\mvnormlpr.m, 641 , 1999-02-22
mcmc\mvnormrnd.m, 898 , 1999-02-22
mcmc\randrand.m, 504 , 1999-02-22
mcmc\veclt.m, 601 , 1999-02-22
mcmc\Version, 29 , 1999-02-22
mcmc\wishirnd.m, 771 , 1999-02-22
mcmc\wishrnd.m, 1454 , 1999-02-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 格式化软件AStyle_2.05.1_windows
    代码格式化 keil外挂工具 格式化软件(Formatter Keil plug-in tool Formatting Software)
    2020-06-21 08:20:02下载
    积分:1
  • odczytymoje
    odczyt z czujnikow temperatury ze sterownika
    2018-11-25 00:57:44下载
    积分:1
  • TitanEngine-x64dbg
    说明:  TitanEngine-x64dbg用到的汇编工具(Assembly tools for titanengine-x64dbg)
    2020-05-18 18:13:07下载
    积分:1
  • Garden mysterious game programming language source code : VB
    游戏神秘花园原代码 编程语言:VB -Garden mysterious game programming language source code : VB
    2022-03-24 15:26:25下载
    积分:1
  • delphil编辑增强工具,使得编辑更快
    delphil编辑增强工具,使得编辑更快-delphil enhanced editing tools, making editing faster
    2022-03-12 18:00:28下载
    积分:1
  • MIKE11 data_input converter
    可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
    2020-06-24 09:20:01下载
    积分:1
  • gauge
    digital caliper interface and pic code
    2012-08-26 04:16:36下载
    积分:1
  • dos used in the compilation interface, interrupted knowledge of the Russian box...
    在dos下使用汇编接口,中断等知识做的俄罗斯方块 ,是学习汇编和微机原理的好东西-dos used in the compilation interface, interrupted knowledge of the Russian box do, is a compilation and computer learning theory a good thing
    2022-04-23 08:41:56下载
    积分:1
  • VB Windows注册表、提示框、获取目录等相关技巧
    VB一些与Windows操作系统相关的小技巧集源码,比如删除注册表、删除快捷方式、列出环境变量、建立网络驱动器连接、建立快捷方式、定时关闭提示框、同步和异步执行程序、获得特殊目录。删除相应的键,在删除时,应先删除值,再删除项,否则就会出错,此错误发生在windows script host。   将网络上的主机Server1的共享驱动器Share_d映射为本机的H盘   对于调用外部程序。而且还要暂停VB程序的执行,等待外部程序执行完毕后,在继续执行VB程序,执行Windows下的记事本程序并使当前程序等待直到记事本程序关闭再执行下面的语句,如果不需要等待,将Run语句中的第三个参数从True改为False就可以了。   增加注册表键值:iw1.regWrite "注册表完整路径键值名",键值,"键值类型" ,用RegWrite语句可以建立和修改一个项或者值,如果第一个参数字符串最后有一个“”符号的话就是操作一个项,否则就是操作一个值。注:regWrite方法的键值类型常用的有:REG_BINARY(新建或写入二进制值)、REG_DWORD(新建或写入DWORD值)、REG_SZ(新建或写入字符串值)
    2022-02-05 14:57:38下载
    积分:1
  • 透明闪光动画,适合各种网络的使用,谢谢哟…
    FLASH透明动画适合做各种网页标题使用 谢谢大家回顾 呵呵FLASH透明动画适合做各种网页标题使用 谢谢大家回顾 -transparent Flash animation suitable for the use of various web heading Thank you recall Oh transparent dynamic FLASH painting suitable for the use of various web heading recalled Oh thank you
    2022-02-02 04:43:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载