搜索资源列表
Poisson_Random_Process
- 一个模拟泊松随机过程的小程序。可以计算系统平均等待时间,和平均对列长度。系统参数如 到来速率及离开速率均可在头文件里修改。另外通过修改头文件factorK可以将到来序列的概率分布改为Erlang分布。-a simulated Poisson random process of small programs. System can calculate the average waiting time, and the average length of the list. The system p
PoisonDist.产生泊松分布的随机数列
- 产生泊松分布的随机数列 希望对大家有所帮助,Have a Poisson distribution of random numbers out hope that U.S. help
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
zufall
- 随机数生成fortran源程序,可用于非均匀,高斯,泊松随机数生成-uniform , gaussian, and poisson random number generation
possion
- 自己写的,一个关于生成泊松随机时间序列的程序,含有txt写入,和从txt读取的功能-To write, a time series on generating Poisson random process, with txt write, and read features from txt
general-random-number-in-C-Sharp
- 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
several_randoms
- 随机数变量产生,包括满足均匀分布、泊松分布等各种分布-Random numbers generated variables, including the needs of uniform distribution, Poisson distribution and other distribution
random
- 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
Distributed_Multimedia_Networks
- MATLAB程序,TCP流路由,丢包率计算,包括脚本和simulink模块。-runde2.m (Matlab driver s program for activating 40 TCP flows with an AQM router) vdpol2.m (Matlab function for setting up stochastic differential equations for runde2.m) runde3.m (Matlab driver s program to
poissonRP
- this code simulate poisson random proce-this code simulate poisson random process
C-languageprogramwhichgenertesrandomnumberwithGaus
- 这三段C程序能够产生符合高斯、瑞利和泊松分布的随机数,并且包括关于它们的说明文档-These three paragraphs C program to generate consistent with Gaussian, Rayleigh and Poisson distribution of random numbers, and includes documentation about them
stproc-2.1
- matlab的随机过程仿真实现,包含泊松过程,指数分布,高斯分布等-matlab random process simulation to achieve, including the Poisson process, exponential distribution, Gaussian distribution
Compound_Poisson_Bench
- poisson 求解 Benchmarks several different ways of generating Compound Poisson random variables by Monte Carlo simulation.-compound poisson Benchmarks several different ways of generating Compound Poisson random variables by Monte Carlo simulation.
random
- 实现产生满足高斯,瑞利和泊松分布的随机数-create random which satisfy Gussion,Rayleigh and poisson
Compound_Poisson_BenchASAA
- benchmarks several versions of code for generating Compound Poisson random variables
poissn1
- 一个泊松随机数生成代码,可调节的,但是貌似产生的随机数一直都不变-A Poisson random number generator code, can be adjusted, but the seemingly random numbers have been generated by the same
CompBnch
- benchmarks several versions of code for generating Compound Poisson random variables
random-sequence-generation-algorithm
- PoisonDist产生泊松的随机数列的算法 -PoisonDist Poisson random sequence generation algorithm
Generate-random-variates
- 文件夹中含有三个c文件,各自产生10万个分别服从正态分布,瑞利分布以及泊松分布的随机数,并利用这些随机数在VC中绘制出这些分布的概率密度函数曲线。注意:运行这些程序之前,需先安装文件夹中的setup文件,以便于在VC中制图。-C folder contains three files, each produce 100,000 were subject to normal distribution, Rayleigh distribution and the Poisson distributi
Poisson-Random-Process
- 这个程序是产生一个泊松过程,并且模拟,检验。-This program is a Poisson process, and simulation, testing.