搜索资源列表
泊松分布
- 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。 【输入形式】 输入文件为当前目录下的poisson.in。 文件中包含两个数字,分别为m,k的值。 【输出形式】 输出文件为当前目录下的poisson.out。 文件中输出泊松分布的值,值
C++数值计算-随机数-舍选法-Γ分布、泊松分布和二项式分布随机数
- C++ 代码 数值计算-随机数-舍选法-Γ分布、泊松分布和二项式分布随机数
PoisonDist.产生泊松分布的随机数列
- 产生泊松分布的随机数列 希望对大家有所帮助,Have a Poisson distribution of random numbers out hope that U.S. help
possion.rar
- matlab编写的泊松分布仿真代码,含验证代码,prepared by the Poisson distribution matlab simulation code, including the verification code
Rand.rar
- 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
paiduilun
- 模拟顾客服务过程,顾客到达为泊松分布,时间间隔为指数分布。一个服务窗口。-Simulation of the process of customer service, customers arrive for the Poisson distribution, the time interval for the exponential distribution. A service window.
RVG
- 用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
paidui
- 1、首先,我们分析调查到的数据,发现学生流符合泊松分布,服务时间符合指数分布,由此我们的模型就变成了排队论中典型的M\M\n模型,根据M\M\n模型中的各效率指标的公式,我们可得到学一食堂拥挤情况的各方面数据。 2、根据模型求解得到的数据,我们对模型进行了更精确的量化分析。我们发现,解决本模型的关键就在于分析顾客平均排队时间,我们对其与窗口数之间的关系进行了拟合,并就两者之间关系进行了灵敏度分析。 3、针对窗口数与顾客平均排队时间之间的关系,我们从经济学的角度进行了分析,即比较增加窗
several_randoms
- 随机数变量产生,包括满足均匀分布、泊松分布等各种分布-Random numbers generated variables, including the needs of uniform distribution, Poisson distribution and other distribution
random
- 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分布的随机数列 AELDist 产生爱尔朗分布的随机数列
matlabwork
- 用matlab循环函数法精确对泊松分布函数求和的程序,黄金分割法与进退法求和,求解二次规划问题函数-Matlab function using cycle accurate summation of the Poisson distribution function of the process
possion
- 利用C实现随机过程泊松分布的仿真,产生的随机数写到输出文件 -simulation about possion process with C++ language
POSEN
- 基于泊松分布,给定某处电场边界上若干个节点的电压值或电荷量,即可得知此处整体的二维电压分布情况。(Based on the Poisson distribution, given the voltage or charge of several nodes on an electric field boundary, the overall two-dimensional voltage distribution can be obtained.)
生成泊松分布随机数
- 生成服从泊松分布的随机数,并绘制其散点图(Generate random numbers that follow Poisson distribution and plot their scatter plots)
泊松方程
- 浅水方程,描述浅水波的动态运动过程,泊松方程,可以用于浅滩水位的平面分布(The shallow water equation describes the dynamic motion process of shallow water waves. Poisson's equation can be used for the plane distribution of shallow water levels)
poisson
- 用C语言产生一个模拟的泊松分布随机参数。(this is a poisson disturetion of C)
泊松随机数
- 用matlab生成服从泊松分布的随机数,为信号分析提供一个函数模块(Using matlab to generate the random number of poisson distribution, provide a function module for signal analysis)
泊松分布随机数2
- 使用C语言产生泊松分布随机数,可以对输入的参数进行输入并修改需要产生的随机数个数(Using C language to produce Poisson distribution random numbers)
Desktop5
- 用C语言产生正态分布随机数、泊松分布随机数和瑞丽分布随机数(Using C language to produce normal distribution random number, Poisson distribution random number and Rayleigh distribution random number)
Desktop6
- 将产出的正态分布随机数、瑞丽分布随机数和泊松分布随机数用matlab绘制出相应的分布直方图和理论曲线,便于进一步分析(The normal distribution random number, Rayleigh distributed random number and Poisson distribution random number are plotted out by MATLAB, and the corresponding distribution histogram and th