搜索资源列表
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
dongtaitu
- 对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间 t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况 用样本点表示出来 -for a dynamic system dy / dt =- y (t) x (t-m), m for a time lag constants, x (t), y (t) are on the function of time t, where x is a normal
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
normfun
- 正态分布函数累积分布,是最简单的分布函数类型-Normal cumulative distribution function
ZT
- 能够产生标准正态分布数据的函数。该程序根据Box-Muller方法生成正态分布函数-Able to generate standard normal distribution function data. The program according to Box-Muller method to generate normal distribution function
ProDist
- 正态分布累积函数以及其逆函数:NormsDist、NormsInv-The cumulative normal distribution function and its inverse function: NormsDist, NormsInv
CH12
- 12.4 第一类整数阶贝塞尔函数lbsl1.c 12.5 第二类整数阶贝塞尔函数lbsl2.c 12.6 变型第一类整数阶贝塞尔函数lbsl3.c 12.7 变型第二类整数阶贝塞尔函数lbsl4.c 12.8 不完全贝塔函数lbeta.c 12.9 正态分布函数lgass.c 12.10 t-分布函数lstdt.c 12.11 x2-分布函数lchii.c-12.4 The first integer-order Bessel function of lbsl1.c
TheCaculationOfSpecialFunction
- 包含各种特殊的数学函数:伽马函数;误差函数; 贝塞尔函数;贝塔函数;正态分布函数 ;卡方分布函数以及各种积分函数-Includes a variety of special mathematical functions: Gamma function error function Bessel function Beta function normal distribution function chi-square distribution function, as well as
Testing
- 多级假设检验。为了克服现有检验对于正态分布均值的限制,我们构建了一个新的测试计划,有以下优点:一)测试一个数目有限的阶段,从而与SPRT相比使抽样操作成本减少。二)抽样数绝对有界且没有截断。三)规定的功效水平严格保证。四)测试不仅对无差别带的端点是高效的,而且对于其它参数值也是高效的。五)即使是方差σ2未知的,我们的测试计划不需要任何加权函数。-MHT
ZhengTai
- 该程序能实现标准正态分布的函数,并且给以自变量的值等到相应的函数值-The program can achieve the standard normal distribution function, and give the value of independent variable to wait until the corresponding function value
normal_distribution
- 正态分布的函数代码,使用vb写的,需要的下载呀-Normal distribution function code, use vb to write, and we need to download ah
random
- GCC C语言大量随机数生成函数,正态分布,平均分布-GCC C language a lot of random number generation function, normal, evenly distributed ... ...
Gaosifenbu
- 实现由用户提供的正态分布指数的所有分布数值,内容包含box-muller函数实现方法。图形界面,信息隐藏第一次作业。-Achieve normal indices provided by the user of all distributions, includes box-muller function implementation. Graphical interface, information hiding for the first time operation.
distribution
- 瑞利分布,正态分布和泊松分布的随机数产生,参数可变,灵活性强,其中的均匀分布采用库中自带rand函数生成。-rayleigh,normal and poisson distribution
ITheCaculation
- 包含各种特殊的数学函数:伽马函数;误差函数; 贝塞尔函数数;贝塔函数;正态分布函数 ;卡方分布函数以及各种积分函数 -Contains a variety of special mathematical functions: Gamma function error function the number of Bessel functions beta function normal distribution function chi-square distribution fu
ztfbfz
- 本代码实现对离散及连续的正态分布函数的仿真实验-This code implements the discrete and continuous probability distribution function simulation
test3
- 1)产生高斯白噪声; 2)产生高斯色噪声; 3)产生高斯谱相关对数正态分布随机序列; 4)对产生的上述随机序列进行功率谱估计; 5)对产生的上述随机序列进行概率密度函数估计。(Generating a Gaussian spectral correlation logarithmic normal distribution random sequence;)
Desktop
- 不需要调用函数编写正态分布生成随机数程序(normal distribution generate random numbers)
Program
- 格拉布斯准则 C#实现 剔除异常值 格拉布斯准则 格拉布斯准则是以正态分布为前提的,理论上较严谨,使用也方便。 某个测量值的残余误差的绝对值 |Vi |>Gg,则判断此值中有较大误差,应以剔除,此即格拉布斯准则。(Grab J function C# grubbs criterion The Grab J criterion is based on the normal distribution, and it is more rigorous in theory and c