搜索资源列表

  1. c_inference_ver2.2

    0下载:
  2. The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Beli
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-25
    • 文件大小:83968
    • 提供者:bevin
  1. gibbs_metropol_sampler

    0下载:
  2. this r code for Gibbs sampler and Metropolis sampler which are two variants of markov chain monte carlo simulators.-this is r code for Gibbs sampler and Metropolis sampler which are two variants of markov chain monte car
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-25
    • 文件大小:3072
    • 提供者:meysa
  1. TestMarkovIsingbyMetropolis

    0下载:
  2. MRF example, Ising by Metropolis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:pitypang999
  1. mh

    0下载:
  2. metropolis-Hastings samplermetropolis-Hastings抽样的matlab实现-metropolis-Hastings samplermetropolis-Hastings in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:
  1. posteriorinference_weibull

    0下载:
  2. Use Metropolis-Hastings procedure to estimate parameters in Weibull example
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:2048
    • 提供者:杨磊
  1. mallows_MH

    0下载:
  2. Metropolis sampler for Mallows model samples orderings from a distribution over orderings
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:杨磊
  1. metropolis

    0下载:
  2. Use Metropolis procedure to sample from Cauchy density
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:杨磊
  1. albertmc1

    0下载:
  2. Example of Metropolis Hastings Algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:MohanadY
  1. MH

    0下载:
  2. 利用Metropolis-Hastings准则实现对高斯分布的采样,建议分布是高斯分布-The use of standards to achieve Metropolis-Hastings sampling of the Gaussian distribution, the proposed distribution is a Gaussian distribution
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:2048
    • 提供者:yinbin
  1. randomwalker

    0下载:
  2. 基于Metropolis-Hastings方法的随机游走模拟-Metropolis-Hastings random walk simulation method based
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:yinbin
  1. Metropolis-Hastings

    0下载:
  2. 使用metropolis-hastings抽样方法,产生平稳马尔科夫链,R语言实现-Using sampling methods metropolis-hastings, produce smooth Markov chain, R language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-25
    • 文件大小:4096
    • 提供者:农斌
  1. lightlda-master

    0下载:
  2. LightLDA is a distributed system for large scale topic modeling. It implements a distributed sampler that enables very large data sizes and models. LightLDA improves sampling throughput and convergence speed via a fast O
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-25
    • 文件大小:49152
    • 提供者:siegfried
  1. MCMC-with-Matlab

    0下载:
  2. 马尔可夫链蒙特卡罗(MCMC)入门学习资料,包括MetropolisSampling、Metropolis-Hastings Sampling、Gibbs Sampling。包含文档以及对应的程序!选自2011年MarkSteyvers的Computational Statistics with Matlab(MCMC)-MCMC learning materials of Computational Statistics with M
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1043456
    • 提供者:
  1. metropolis_hastings

    0下载:
  2. 本文件包含Metropolis算法对函数进行抽样;显示生成样本的相关图和直方图. 其中文件:metropolis_hastings.m该文件包含4个示例,用于通过Metropolis-Hastings算法对复杂函数进行抽样,显示生成样本的相关图和直方图。metropolis_hastings2.m 包含一个例子,用于通过Metropolis-Hastings算法对双变量高斯PDF进行采样,显示生成样本的相关图和直方图,以及其轮廓和边缘
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:11264
    • 提供者:3Radiant
  1. MH-MCMC

    0下载:
  2. Metropolis-Hastings算法的R语言实现(Implementation of Metropolis-Hastings algorithm in R language)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:亲猫
  1. Metropolis-Hasting Random Walk

    0下载:
  2. Metropolis Hastings code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:31744
    • 提供者:Dan.act
  1. metropolis-hastings

    0下载:
  2. 一种用于对各类概率密度函数进行样本采样的Metropolis-Hastings算法(a Metropolis-Hastings algorithm for sampling from various probability density functions)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:daoguangdong
  1. gibbs

    0下载:
  2. 吉布斯(Gibbs)抽样方法是 Markov Chain Monte Carlo(MCMC)方法的一种,也是应用最为广泛的一种(The simplest Gibbs sampling is a special case of Metropolis-Hastings algorithm, while the extension of Gibbs sampling can be regarded as a universal samplin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:13312
    • 提供者:Lynn12345

源码中国 www.ymcn.org