搜索资源列表
均匀分布和高斯分布
- 均匀分布和高斯分布的C代码-uniform and Gaussian distribution of C code
高斯分布
- 基于中心极限定理的高斯分布产生方法。获得均值为0,方差为1的标准正态分布,返回值落在[-3,3]之内的数据。使用移位运算加速算法的运行。
均匀分布和高斯分布
- 均匀分布和高斯分布的C代码-uniform and Gaussian distribution of C code
Draw3d
- 高斯分布的三维图象源代码-Gaussian distribution of 3D image source code
高斯随机数的产生
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-
高斯随机数发生程序
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就
RADM_avg_gaus
- 2.RADM_avg_gaus.c(产生均匀或高斯分布程序代码)-2.RADM_avg_gaus.c (Uniform or Gaussian distribution code)
guassdisti
- 对模糊变量进行随机化,并用高斯分布进行概率求解,无密码-pair of fuzzy random variables, and using Gaussian probability distribution solution without passwords
gauss-rand
- 高斯分布源程序,基于三角函数产生的,希望大家多指点,交流-Gaussian distribution source, based on the trigonometric function, we hope that more guidance and exchanges!
guass_0_1
- 用C语言仿真高斯分布-C language simulation Gaussian distribution
disgaosi
- 利用VC++实现,产生服从高斯分布随机数。其中A,B可以自己设定-VC produce obedience Gaussian distribution random number. Where A and B can be set for
EM_GM
- 混合高斯分布EM算法,可以算混合高斯分布的三个参数。混合高斯分布更接近系数分布。-mixed Gaussian distribution EM algorithm can calculate mixed Gaussian distribution of the three parameters. Mixed closer to the Gaussian distribution coefficient.
gg_mle.tar
- 运动检测matlab程序和广义高斯分布的matlab程序-motion detection procedures and Matlab Generalized Gaussian distribution of Matlab procedures
uniformgauss
- 均匀分布的随机数,并依此产生高斯分布随机数,12和法和Box-Muller法产生高斯分布-uniform distribution of random numbers, and so have a Gaussian distribution of random numbers, 12 and the law and Box-Muller method, Gaussian distribution
gnngauss
- 该文件是产生两组随即的高斯分布系列,均值为0,均方差为N/2-The document was then produced two series of Gaussian distribution, the mean of 0 and standard deviation of the N/2
rand_noise_generate
- 产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. -have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.
Gaussian_random_signal
- 产生高斯分布随机数,一次写论文时用到的,希望对你也有用-Have a Gaussian distribution random number, one used to write papers, I hope you are also useful for
成熟高斯分布
- 该源码实现的是高斯分布,主要在vs。net平台下,用c#语言编写,简单易懂,可移植到其他语言
高斯随机数
- 生成高斯分布的随机数,在加性高斯信道中使用,增加高斯噪声(Generate the random number of gaussian distribution and use it in additive gaussian channel to increase gaussian noise)
分布估计算法
- 一个简单的高斯分布EDA算法,用于求camel函数最优解(A Simple EDA Algorithm for Gauss Distribution)