搜索资源列表
c#正态分布的随机数发生器
- c#正态分布的随机数发生器-normal random number generator
计算正态分布的函数
- 计算正态分布的函数
正态分布函数
- 正态分布函数
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
正态分布详解
- 正态分布的一个很好的课件,非那种艰涩的纯抽象讲解,有各种具体的案例,比较适合初学者深刻理解正态分布的内涵(This is a very good courseware handouts to the normal distribution. Instead of common pure abstract explanation, there are a variety of specific cases, more suitable f
正态分布、均匀分布噪声特性分析matlab
- 随机信号均匀分布、正态分布噪声特性分析。随机信号试验。(matlab uniform distribution normal distribution)
正态分布的蒙特卡罗随机抽样
- 产生正态分布的随机数(produce random)
正态分布随机数
- 实现正态分布随机数,可以控制平均值和标准差(The realization of normal distribution random number)
正态分布检验
- 可以进行投资回报率的正态分布检验,无论是几何正态分布还是算数正态分布均可以适用(You can use it to determine whether realized returns belong to normal distribution.)
MY DATA正态分布、T分布、高斯分布拟合曲线
- 风电功率预测误差的正态分布,t分布,贝塔分布(Wind power prediction error of the normal distribution, t distribution and beta distribution)
对数正态分布
- 对数正态分布函数的源码,用来测试颗粒物浓度时亲测可用,值得下载(The source of lognormal distribution function is used to test particulate matter concentration, and pro test is available, which is worth downloading.)
C#生成正态分布数
- 用C#生成符合正态分布数,并在界面进行显示(Using C# to generate normal distribution numbers, and display them at the interface.)
校验正态分布
- 校验数据是否是正态分布,并算出方差与期望,同时画出正态分布图形,并在该正态分布参数上随机生成100个数据(Is the calibration data normal distribution, calculating variance and expectation, drawing normal distribution graph, and generating 100 data randomly on the normal di
正态分布下的最大似然估计
- 以简单的举例来实现正态分布下的最大似然估计,并绘图进行对比(The maximum likelihood estimation method is used to estimate the bit error rate of information transmission. A simple example is given to realize the maximum likelihood estimation under norm