搜索资源列表
电力系统风险评估程序
- 电力系统风险评估程序,采用蒙特卡洛方法
Kalmanfilter.rar
- 仿真方法:1.在Matlab命令窗口中输入:TargetTracke(0,0);进行跟踪实验仿真; 2.为了体现本文的重点,即模型切换的重要性,在Matlab命令窗口中输入:argetTracke(0,1);可以观看如果不采用模型切换的仿真结果;3.在Matlab命令窗口中输入:Mentecarlo;进蒙特卡洛仿真; ,kalman filter simulate
63535318montecarlo
- 蒙特卡洛方法的应用算例,采用matlab编写,简单实用-Monte Carlo methods of numerical example, the use of matlab to prepare, simple and practical
SAIZI
- 本程序和文件主要用蒙特卡洛的思想来仿真骰子投掷事件发生的概率。用增加投掷次数的方法来逼近实际。-This procedure, and the paper s main ideas to use the Monte Carlo simulation of the probability of dice throwing incident. With the increase in the number of ways to throw close to the actual.
MCM-matlab
- 基本的蒙特卡洛方法入门程序,简单易懂,适用于初学者!-a easy MCM program ,suit to the students.
matlab
- 一本简单介绍蒙特卡洛方法的书籍,非常好,还有源程序!-A brief introduction to Monte Carlo method books,
97288398montecarlomatlab
- 结合matlab强大的数据处理能力和蒙特卡洛方法的强大随机模拟功能,编写了一个小算例-Matlab combination of powerful data-processing capabilities and a powerful Monte Carlo method of random simulation capabilities, to prepare a small example
shuxuejianmo_6
- (蒙特卡洛方法) 求出四分之一圆占正方形的比例。随机投点P(x,y)于正方形,π/4的近似值为落在四分之一圆内的点数与总投点数的比值。随机投点次数分别为10000次和50000次,计算π的近似值。 -(Monte Carlo method) are obtained accounting for a quarter of a round square ratio. Voted random point P (x, y) in the square, π/4 for the fall
mcmc
- 蒙特卡洛方法的MATLAB的m文件,看看有用没有-Monte Carlo method of MATLAB m-files to see if there is no useful
montecarloOFDM
- 这是个OFDM系统的算法,内部包含同步,信道估计等,而且用蒙特卡洛方法进行仿真分析。-This is an algorithm for OFDM systems, internal includes synchronization, channel estimation, and simulation analysis using the Monte Carlo method.
paobing
- 在我方某前沿防守地域,敌人以一个炮排(含两门火炮)为单位对我方进行干扰和破坏.为躲避我方打击,敌方对其阵地进行了伪装并经常变换射击地点. 经过长期观察发现,我方指挥所对敌方目标的指示有50%是准确的,而我方火力单位,在指示正确时,有1/3的射击效果能毁伤敌人一门火炮,有1/6的射击效果能全部毁伤敌人火炮. 现在希望能用某种方式把我方将要对敌人实施的20次打击结果显现出来,确定有效射击的比率及毁伤敌方火炮的平均值。 使用蒙特卡洛方法模拟50次打击结果:-A frontier ar
基于蒙特卡洛求椭圆面积
- 蒙特拉罗方法简介,基于蒙特卡洛方法求椭圆面积,可以通过本案例理解蒙特卡洛的基本思想(Based on Monte Carlo for elliptical area)
PPP仿真
- 基于PPP随机几何方法以及蒙特卡洛方法对蜂窝通信通信系统进行仿真(The simulation of cellular communication system is based on PPP stochastic geometry method and Monte Carlo method)
蒙特卡洛
- 蒙特卡洛方法的基本思想和蒙特卡洛方法的应用(The matlab codes of monte carlo method)
蒙特卡洛求解非线性方程
- 使用蒙特卡洛方法对非线性方程进行求解,能够仿真。质量较好,环印下载
MCS
- 以一典型高边坡为例,利用蒙特卡洛方法,模拟一百万次,计算边坡失效概率以及绘图。(Monte carlo method is used to calculate the slope reliability)
马尔科夫链蒙特卡洛模拟的matlab源代码
- 使用马尔科夫蒙特卡洛方法对非常规的概率密度函数进行样本抽取(use MCMC to draw samples)
蒙特卡洛法计算二重积分
- 程序通过蒙特卡洛方法对一二重积分进行了计算。(The program calculates a double integral by the Monte Carlo method.)
mc
- 利用蒙特卡洛方法计算欧式看涨期权的价格。(Monte Carlo method is used to calculate the price of European call options.)
蒙特卡洛方法基础案例matlab源码
- 蒙特卡洛方法实现二项分布基础案例,matlab