搜索资源列表
c#正态分布的随机数发生器
- c#正态分布的随机数发生器-normal random number generator
random-inc
- 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the rand
distribution
- 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions a
RVG
- 用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
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 numbers.
0001RandomNumberGenerator
- 讨论了生成0-1之间均匀分布随机数的一些算法,进而给出了由0-1之间均匀分布生成指数分布、正态分布、二项分布等常用分布的一般算法。-Discussed between 0-1 to generate random numbers uniformly distributed in a number of algorithms, which are given by the uniformly distributed between 0-1 generate exponential distribu
random
- 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
Untitled2
- 产生正态变量的随机数,进行未知参数的区间估计 产生两个正态总体的随机数, 进行未知参数均值差,方差比的区间估计.- generate normial variable, estimate unknown paramatric interval
accessory_parameter
- lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。-Monte Carlo method lingjian.m----- using parts lingjian.m initial value, using the Monte Carlo method to calculate the total cost. Using i
random1
- 随机数均匀分布 正态分布 可产生均匀分布和正态分布的随机数 速度快 运行流畅 代码简练 -Uniformly distributed random numbers can generate random numbers uniformly distributed smooth fast running code brevity
generate_random
- Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。-generate the random number you give the rules.
prnn8
- Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。- window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator containing a descr iption of the pr
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) normal random number
normrand
- 提供两个函数,通过均匀分布函数来生成正态分布随机数。-Provides two functions, the uniform distribution function to generate normal random numbers.
正态分布函数实现
- 调用该函数可以实现正态分布函数,首先产生(min,max)之间均匀分布的随机数,再计算正态分布概率密度函数,最后产生产生正态分布随机数
Desktop
- 不需要调用函数编写正态分布生成随机数程序(normal distribution generate random numbers)
正态分布的蒙特卡罗随机抽样
- 产生正态分布的随机数(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.)