搜索资源列表
rand_NormalDistributing_One
- 产生任意均值与方差的一个正态分布随机数-have arbitrary and mean variance normal distribution of a Random Number
c#正态分布的随机数发生器
- c#正态分布的随机数发生器-normal random number generator
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
高斯随机数发生程序
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就
随机数产生起stocc
- 很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
random_nor_eve
- 用VC++6实现的一个伪随机数生成演示程序源码,包含了正态分布随机数生成和平均分布随机数两种生成方式。-VC 6 achieved a pseudo-random number generator demonstration program source code, including the normal random number generation and distribution of random numbers gener
我编写的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
normal_distribution_and_validation
- VB编的蒙特卡罗模拟用的正态分布随机数的产生与验证-VB series of the Monte Carlo simulation of the normal random number generation and verification
normal
- 产生随机数.产生的随机数服从(0,1)正态分布-generated random number. The random number obedience (0,1) normal
randgenerator
- 一个随机数产生的MATLAB例子,内含三种随机数生成方法。[0,1]分布,N(0,1)正态分布,n个N(a,b)正态分布-a random number generated by MATLAB example, consisted of three random number generation method. [0,1] distribution, N (0,1) normal, n N (a, b) normal
shengcheng
- 这是生成两个随机数的程序,分别服从均匀分布和正态分布-This is a random number to generate the two procedures, respectively, subject to uniform distribution and normal distribution
normal
- 用于生成一个正态分布的伪随机数数值序列,其中包括C/I/R-4/8等多种算法的实现-A normal distribution used to generate pseudo-random number numerical sequence, including a variety of algorithms such as C/I/R-4/8 realize
gaussrand
- 生成标准正态分布的随机数,也可由此随机数生成其他的随机数,数对数正态分布随机数。-Standard normal distribution to generate the random numbers can also be a result of other random number generator random number, the number of log-normal distribution of random nu
norm01
- 自己编写的随机数产生程序 可以产生(0,1)之间的正态分布随机数-I have written procedures for the random number generator can generate (0,1) random number between normal distribution
Randomnumber
- 采用余数法产生一组[0,1]分布的随机数,产生一个N(0,1)正态分布随机数,产生n个N(a,b)正态分布随机数-Produced by a group of more than a few method [0,1] distributed random numbers to generate a N (0,1) normally distributed random numbers, resulting in n-N (a, b) n
ex3
- 利用中心极限定理产生标准正态分布随机数,并进行检验;编制一个界面,产生(0,1)均匀分布随机数,并检验其主要统计量性质。-Central limit theorem using the standard normal distribution random number generation, and tested the preparation of an interface, resulting in (0,1) uniforml
正态分布的蒙特卡罗随机抽样
- 产生正态分布的随机数(produce random)
正态分布随机数
- 实现正态分布随机数,可以控制平均值和标准差(The realization of normal distribution random number)
Desktop5
- 用C语言产生正态分布随机数、泊松分布随机数和瑞丽分布随机数(Using C language to produce normal distribution random number, Poisson distribution random number and Rayleigh distribution random number)
C#生成正态分布数
- 用C#生成符合正态分布数,并在界面进行显示(Using C# to generate normal distribution numbers, and display them at the interface.)