搜索资源列表
我编写的monte carlo随机数发生器
- 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
我编写的monte carlo随机数发生器检验程序
- 该程序用来检验monte carlo随机数的分布是否满足随机性要求。包括独立性检验、均匀性检验和参数检验。-procedures used to test the Monte Carlo random number distribution to satisfy the requirements randomness. Including the independence test, uniform test parameters and test.
APrimerfortheMonteCarloMethod
- A Primer for the Monte Carlo Method.rar
mathmodel
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
montecarlomatlab
- monte carlo算法的matlab实现,该算法也就是常说的粒子滤波器。-monte carlo algorithms Matlab realize that the algorithm is often said that the particulate filter.
SequentialSamplingImportanceResampling(SIR)
- this demo is to show you how to implement a generic SIR (a.k.a. particle, bootstrap, Monte Carlo) filter to estimate the hidden states of a nonlinear, non-Gaussian state space model.-this demo is to show you how to implement a ge neric SIR (a.k.a. pa
particle-filter-mcmc
- 该程序为基于粒子滤波的一种新算法,综合MCMC Bayesian Model Selection即MONTE CARLO马尔克夫链的算法,用来实现目标跟踪,多目标跟踪,及视频目标跟踪及定位等,解决非线性问题的能力比卡尔曼滤波,EKF,UKF好多了,是我珍藏的好东西,现拿出来与大家共享,舍不得孩子套不着狼,希望大家相互支持,共同促进.-the program based on particle filter for a new algorithm, Integrated Bayesian MCMC
rjMCMCsa
- On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and
PFdemo
- 这是monte carlo粒子滤波的一个实例程序,对于学习卡尔曼滤波和粒子滤波都有很大帮助
MCMCpack.rar
- 使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。,R languages using Markov chain Monte Carlo simulation (MCMC) procedures for source code.
Source_No_GDE_Prob_vs_SNR_ULA
- 该程序用盖氏圆盘方法(GDE)计算均匀直线阵(ULA)中信号源个数估计性能随SNR的变化情况,采用Monte-Carlo模拟。 -estimate the number of source using GDE criterion
GAUSS Program (Monte-Carlo)
- GAUSS Program (Monte-Carlo) 高斯软件下的蒙特卡洛模拟
MCMC
- 北大于江生教授有关蒙特卡洛方法和马尔科夫链的两个PPT(PDF格式):An Introduction to MCMC for Machine Learning、Monte Carlo统计方法。共396页-Peking University Professor Yu Jiangsheng on Markov chain Monte Carlo method and the two PPT (PDF format): An Introduction to MCMC for Machine Learn
SimulationofbinaryFSK
- 完成一个二进制FSK通信系统的 Monte Carlo 仿真,其中信号波形为 f2=f1+1/Tb-The completion of a binary FSK communication system of Monte Carlo simulation, in which the signal waveform for f2 = f1+1/Tb
SimulationandMonteCarlo
- the book <<Simulation and Monte Carlo With applications in finance and MCMC >> about MONte carlo method applying to finance problem and markov chain and markov decision process.
Markov.Chains.Particle.Filter.Monte.Carlo
- The book: Hidden Markov Models (Theory & Methods) Markov Chains Particle Filter Monte Carlo
fire
- 模拟退火算法是基于蒙特卡罗迭代求解法的一种启发式随机搜索过程。本文给出了该算法的详细介绍和伪代码。-Monte-Carlo simulated annealing algorithm is based on a heuristic iterative method for solving stochastic search process. This paper gives a detailed descr iption of the algorithm and pseudo code.
MonteCarlo-ppt-sample
- 蒙特卡罗(Monte Carlo)方法,又称计算机随机模拟方法,是一种基于"随机数"的计算方法。这一方法源于美国在第二次世界大战研制原子弹的曼哈顿计划。该计划的主持人之一数学家冯诺伊曼用驰名世界的赌城-摩纳哥的Monte Carlo来命名这种方法。-Monte Carlo (Monte Carlo) methods, also known as computer-generated random simulation method is based on " random number&
Monte-Carlo-simulation
- 论文基于BP神经网络_蒙特卡罗模拟与核估计的经济增长预测研究-Paper, based on BP neural network _ Monte Carlo simulation and nuclear estimates of the economic growth forecast
pattern_matching
- 分别用KMP、Monte Carlo 和Las Vegas 算法编制3 个程序,随机生成不小于5000 对、 长度很长、且长度不等的01 串X 和Y(三个程序生成 相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定 算法之后,将该算法编程,产生一定数量的大素数并用数组保存起来(分别试不超过5000、500000、50000000),以供上述随机算法使用-The