CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 正态分布函数

搜索资源列表

  1. 05041062

    0下载:
  2. 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
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  1. dongtaitu

    0下载:
  2. 对于一个动态系统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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1818
    • 提供者:洪峰
  1. random-inc

    0下载:
  2. 用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:996
    • 提供者:kgd
  1. distribution

    1下载:
  2. 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-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
  3. 所属分类:Other systems

    • 发布日期:2017-05-29
    • 文件大小:12727467
    • 提供者:曾韬
  1. normfun

    0下载:
  2. 正态分布函数累积分布,是最简单的分布函数类型-Normal cumulative distribution function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:684
    • 提供者:stephen
  1. ZT

    0下载:
  2. 能够产生标准正态分布数据的函数。该程序根据Box-Muller方法生成正态分布函数-Able to generate standard normal distribution function data. The program according to Box-Muller method to generate normal distribution function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:523303
    • 提供者:陈卫
  1. ProDist

    0下载:
  2. 正态分布累积函数以及其逆函数:NormsDist、NormsInv-The cumulative normal distribution function and its inverse function: NormsDist, NormsInv
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1599
    • 提供者:包辉
  1. CH12

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:16795
    • 提供者:yangasdtat
  1. TheCaculationOfSpecialFunction

    2下载:
  2. 包含各种特殊的数学函数:伽马函数;误差函数; 贝塞尔函数;贝塔函数;正态分布函数 ;卡方分布函数以及各种积分函数-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
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-12-01
    • 文件大小:15339
    • 提供者:陈忠宁
  1. Testing

    0下载:
  2. 多级假设检验。为了克服现有检验对于正态分布均值的限制,我们构建了一个新的测试计划,有以下优点:一)测试一个数目有限的阶段,从而与SPRT相比使抽样操作成本减少。二)抽样数绝对有界且没有截断。三)规定的功效水平严格保证。四)测试不仅对无差别带的端点是高效的,而且对于其它参数值也是高效的。五)即使是方差σ2未知的,我们的测试计划不需要任何加权函数。-MHT
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:832654
    • 提供者:wujiah
  1. ZhengTai

    0下载:
  2. 该程序能实现标准正态分布的函数,并且给以自变量的值等到相应的函数值-The program can achieve the standard normal distribution function, and give the value of independent variable to wait until the corresponding function value
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:231140
    • 提供者:liuhua
  1. normal_distribution

    0下载:
  2. 正态分布的函数代码,使用vb写的,需要的下载呀-Normal distribution function code, use vb to write, and we need to download ah
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:4868
    • 提供者:zjf
  1. random

    0下载:
  2. GCC C语言大量随机数生成函数,正态分布,平均分布-GCC C language a lot of random number generation function, normal, evenly distributed ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1200
    • 提供者:欢欢
  1. Gaosifenbu

    0下载:
  2. 实现由用户提供的正态分布指数的所有分布数值,内容包含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.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:50495
    • 提供者:黄毅骏
  1. distribution

    0下载:
  2. 瑞利分布,正态分布和泊松分布的随机数产生,参数可变,灵活性强,其中的均匀分布采用库中自带rand函数生成。-rayleigh,normal and poisson distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1328
    • 提供者:龙小凤
  1. ITheCaculation

    0下载:
  2. 包含各种特殊的数学函数:伽马函数;误差函数; 贝塞尔函数数;贝塔函数;正态分布函数 ;卡方分布函数以及各种积分函数 -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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15927
    • 提供者:anticipate
  1. ztfbfz

    0下载:
  2. 本代码实现对离散及连续的正态分布函数的仿真实验-This code implements the discrete and continuous probability distribution function simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:14497
    • 提供者:张晓珊
  1. test3

    2下载:
  2. 1)产生高斯白噪声; 2)产生高斯色噪声; 3)产生高斯谱相关对数正态分布随机序列; 4)对产生的上述随机序列进行功率谱估计; 5)对产生的上述随机序列进行概率密度函数估计。(Generating a Gaussian spectral correlation logarithmic normal distribution random sequence;)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:吵吵闹闹
  1. Desktop

    0下载:
  2. 不需要调用函数编写正态分布生成随机数程序(normal distribution generate random numbers)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:22528
    • 提供者:ooolcp
  1. Program

    0下载:
  2. 格拉布斯准则 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
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:FY1
« 12 »
搜珍网 www.dssz.com