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

搜索资源列表

  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. 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. 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. Generate-random-variates

    0下载:
  2. 文件夹中含有三个c文件,各自产生10万个分别服从正态分布,瑞利分布以及泊松分布的随机数,并利用这些随机数在VC中绘制出这些分布的概率密度函数曲线。注意:运行这些程序之前,需先安装文件夹中的setup文件,以便于在VC中制图。-C folder contains three files, each produce 100,000 were subject to normal distribution, Rayleigh distribution and the Poisson distributi
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:360974
    • 提供者:何欢
  1. random

    0下载:
  2. 各种分布函数的产生代码:随机分布,正态分布,指数分布,对数正态分布-generate the distribution function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:jiang jame
  1. Cprobability

    0下载:
  2. 测量中,在误差检验,粗差探测等平差计算中,用来计算某些特定分布函数的反函数值。包括正态分布,chi2 分布,t分布,F分布等。-Measurement error checking, gross error detection adjustment calculation used to calculate the inverse function of the value of certain distribution function. Normal distribution, chi2 d
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:221284
    • 提供者:yilei
  1. Random

    0下载:
  2. 根据概率密度函数及参数产生随机数,正态分布可以直接产生-According to the probability density function and parameters to generate random numbers, normal distribution can be directly generated
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:999
    • 提供者:Z
  1. kalman

    0下载:
  2. 设一个系统的真实值为余弦函数,加入的系统过程噪声和测量噪声都满足正态分布,状态方程和量测方程都是线性的,用卡尔曼滤波求出最优结果-Set up a system of real value cosine function, the process of adding system noise and measurement noise are normally distributed, the state equation and measurement equation is linear,
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:892
    • 提供者:奚畅
  1. ztfbfz

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

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

    0下载:
  2. 适用于多种分布(正态、Gamma、瑞利、对数高斯等)的样本数据拟合及画图函数的matlab代码-Matlab code to plot and fit a histogram of data with a certain distribution including normal, Gamma, Reilgh, log-normal, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1560
    • 提供者:李先生
  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. GMM)matlab源码

    2下载:
  2. 高斯模型就是用高斯概率密度函数(正态分布曲线)精确地量化事物,将一个事物分解为若干的基于高斯概率密度函数(正态分布曲线)形成的模型。(Gaussian model is to use Gaussian probability density function (normal distribution curve) to accurately quantify things, a thing is divided into several based on the Gaussian probabi
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11264
    • 提供者:Byydyh
  1. Gram-Charlier_normal_pdf

    2下载:
  2. 用Gram-Charlier级数计算正态分布随机变量的概率密度函数(Use Gram-Charlier to calculate the pdf of normal distributon varible)
  3. 所属分类:其他

    • 发布日期:2018-02-10
    • 文件大小:1024
    • 提供者:1哒2哒3哒
  1. cloud

    3下载:
  2. ”云”或者’云滴‘是云模型的基本单元,所谓云是指在其论域上的一个分布,可以用联合概率的形式(x, u)来表示 云模型用三个数据来表示其特征 期望:云滴在论域空间分布的期望,一般用符号Εx表示。 熵:不确定程度,由离散程度和模糊程度共同决定,一般用En表示。 超熵: 用来度量熵的不确定性,既熵的熵,一般用符号He表示。 云有两种发生器:正向云发生器和逆向云发生器,分别用来生成足够的云滴和计算云数字特征(Ex, En,He)。 正向云发生器: 1.生成以En为期望,以H
  3. 所属分类:其他

    • 发布日期:2019-11-28
    • 文件大小:2048
    • 提供者:lkpblank
  1. 噪声分析

    0下载:
  2. 正态分布、均匀分布随机噪声分析,通过画出正态分布、均匀分布随机噪声的频谱、功率谱、一维概率密度、自相关函数对噪声进行分析。(Random Noise Analysis of Normal Distribution)
  3. 所属分类:其他

    • 发布日期:2020-01-09
    • 文件大小:1024
    • 提供者:panapanapan
搜珍网 www.dssz.com