搜索资源列表
蒙特卡洛
- 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
exp2
- 使用C++用蒙特卡洛方法求解圆周率pi的值,以及用两种蒙特卡洛方法计算一个二重积分的值。
Carlo1
- 蒙特卡洛算法实现的检验pi的值和求二重积分的高级算法,值得下载
mengtekaluo.txt
- 蒙特卡洛方法的一些应用,积分,银行模拟MMI等
integral
- 采用蒙特卡洛方法计算0~1上的二重积分,被积函数为x^2+y^2,积分限都是0~1。计算随机数落在0~1之间的概率来计算积分
63535318montecarlo
- 蒙特卡洛方法的应用算例,采用matlab编写,简单实用-Monte Carlo methods of numerical example, the use of matlab to prepare, simple and practical
integral
- 用蒙特卡洛方法计算0到1区间上的二重积分,积分函数为x平方+y平方
INT_xsinx_MC
- 对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。-Difficult when the line integral of the equation y = x* sin (x), using Monte Carlo methods to solve.
metkat
- 算法,用蒙特卡洛法实现对排队等待问题的计算机模拟。-mathlab program
1124345436765564
- 粒子滤波(PF: Particle Filter)的思想基于蒙特卡洛方法(Monte Carlo methods),它是利用粒子集来表示概率,可以用在任何形式的状态空间模型上。其核心思想是通过从后验概率中抽取的随机状态粒子来表达其分布,是一种顺序重要性采样法(Sequential Importance Sampling)。简单来说,粒子滤波法是指通过寻找一组在状态空间传播的随机样本对概率密度函数 进行近似,以样本均值代替积分运算,从而获得状态最小方差分布的过程。这里的样本即指粒子,当样本数量N→
dingjifen
- 采用蒙特卡洛的方法计算定积分,该文件包含了两种编程思路-Monte Carlo method to calculate the definite integral, which contains two programming ideas
vsup
- 蒙特卡洛积分器,可以画出各种分布,积分效率较高-Monte Carlo integrator, can draw a variety of distribution points higher efficiency
quadmc
- 用等分布序列的蒙特卡洛(Monte Carlo)方法求多元函数的数值积分-With distribution sequence Monte Carlo (Monte Carlo) method for solving the numerical integration of the multivariate function
NG_MTCL
- 数值积分求解,用来计算一维积分的蒙特卡洛法。-Numerical integration to calculate the one-dimensional integral Monte Carlo method
cpmpphy
- 计算物理小程序,蒙特卡洛积分,随机行走,分子动力学,重要抽样,随机数-Computational Physics applets, Monte Carlo integration, random walk, molecular dynamics, importance sampling, random number
done
- 包括:使用控制变量蒙特卡洛法和一般蒙特卡洛法的欧洲期权看涨价格程序;使用蒙特卡洛计算定积分;使用B-S公式计算期权价格。 - Including: European call options price procedure using control variable Monte Carlo method and general Monte Carlo method using Monte Carlo calculation of definite integral use the
try
- 用蒙特卡洛方法在matlab里面计算简单的三重积分。(Monte Carlo method used in the calculation of three simple matlab integral.)
code
- 使用蒙特卡洛方法分别对正弦函数进行积分,求空心球的体积。该程序可以拓展到任意函数积分和体积计算问题中(Monte Carlo integration)
Monte Carlo method
- 用蒙特卡洛原理计算定积分的几个例子,使用平台MATLAB,程序里有问题描述和程序的详细讲解(Monte Carlo method used to calculate a few examples of fixed points, the use of platform MATLAB, the program has a problem descr iption and procedures to explain in detail)
蒙特卡洛法计算二重积分
- 程序通过蒙特卡洛方法对一二重积分进行了计算。(The program calculates a double integral by the Monte Carlo method.)