搜索资源列表
gaussrand
- 生成均匀随机数列算法实现和生成高斯随即序列的两种算法实现-uniform random number generation algorithm out and then generate Gaussian sequences of the two Algorithm
junyunfenbu.txt
- 由均匀分布的随机变量生成正态分布的随机变量的算法。-by uniform distribution of random variables generate normal random variable algorithm.
MathNet.Numerics-v0.3
- Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Dis
随机数产生起stocc
- 很好用的随机数产生器,包含正态分布,对数正态分布,均匀分布等好多随机分布的随机数产生方法。-good on a random number generator, including normal, lognormal distribution, uniform distribution of many random distribution of random selection.
zufall
- 随机数生成fortran源程序,可用于非均匀,高斯,泊松随机数生成-uniform , gaussian, and poisson random number generation
several_randoms
- 随机数变量产生,包括满足均匀分布、泊松分布等各种分布-Random numbers generated variables, including the needs of uniform distribution, Poisson distribution and other distribution
rand_gen
- 随即分布数据产生的程序,产生均匀分布、瑞利分布、标准高斯分布、莱斯分布的随机变量-Then the distribution of data generation process, resulting in uniform distribution, Rayleigh distribution, the standard Gaussian distribution, Rice distribution of the random variable
blitz-0.9.tar
- blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
random2
- 模拟连续独立信号。产生一段在[-1,+1]上均匀分布的独立随机信号,长度为0.5s。(1)绘制该段信号的波形;(2)求自相关函数;(3)计算其功率谱-Continuous independent analog signals. Produce a in [-1,+1] on the uniform distribution of independent random signals, a length of 0.5s. (1) Draw the waveform of the paragraph
Gaussian
- 首先产生均匀分布,然后通过变换产生高斯分布的随机数,并画出概率密度函数的直方图-Uniform distribution generated first, and then converting a Gaussian distribution random number, and a histogram of the probability density function draw
Random-Number-Generator
- 利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.