CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - normal distribution

搜索资源列表

  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. norm01.rar

    0下载:
  2. 自己编写的随机数产生程序 可以产生(0,1)之间的正态分布随机数,I have written procedures for the random number generator can generate (0,1) random number between normal distribution
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:154940
    • 提供者:徐霞
  1. Parzen

    2下载:
  2. parzen算法的vc实现代码,包括正态分布和均匀分布。-vc achieve parzen algorithm code, including the normal distribution and uniform distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7486970
    • 提供者:浩南
  1. fenbujianyan

    0下载:
  2. 此程序是用来检验一组已知数据是否服从一定分布的:如,正态分布,t分布,poisson分布等。-This procedure is used to test whether a given set of data to obey a certain distribution: for example, normal distribution, t distribution, poisson distribution.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:591
    • 提供者:李忠涛
  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-30
    • 文件大小:12727467
    • 提供者:曾韬
  1. normfun

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

    • 发布日期:2017-03-27
    • 文件大小:684
    • 提供者:stephen
  1. general-random-number-in-C-Sharp

    0下载:
  2. 在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:26246
    • 提供者:于立凯
  1. BarberSimulation

    3下载:
  2. 单人理发馆系统的仿真,单人理发馆系统,设上午九点开门,下午7点关门,理发师共工作10小时,顾客的到达时间为随机的,服从泊松分布,理发师为顾客服务的时间长度也是随机的,服从正态分布。 该系统采用进程交互法对仿真进行描述。 -Single system simulation barber, barber single system, designed to open the door nine o' clock, 19 o' clock closing, a total of 10 ho
  3. 所属分类:其他小程序

    • 发布日期:2013-01-29
    • 文件大小:15678
    • 提供者:xiaoyu
  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. random

    0下载:
  2. 利用matlab语言编写的标准正态分布,泊松分布,瑞利分布下的随机数的产生。-Use of matlab language standard normal distribution, Poisson distribution, Rayleigh distribution under the random number generation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:344371
    • 提供者:李珊珊
  1. ComputerSimulationofexponentialdistribution

    0下载:
  2. 计算机模拟指数分布,正态分布。很好的模拟程序,适用于其他需要计算机模拟指数分布与正态分布的场合。-Computer Simulation of exponential distribution, normal distribution. Good simulation of the procedures applied to other needs of the computer simulation of exponential distribution with the distributi
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:286113
    • 提供者:nick
  1. NormalDistribution

    0下载:
  2. Random Number Generator based Normal Distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:22824
    • 提供者:b3dnar
  1. normaldistr.cpp

    0下载:
  2. normal distribution code for statistics
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:37960
    • 提供者:kmr
  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. normal

    0下载:
  2. 运用均匀分布推导得到的正态分布。比较理论值与实际值-Uniform distribution derived using the normal distribution. Comparison of theoretical and actual values
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:21868
    • 提供者:pengqian
  1. normal-distribution

    0下载:
  2. 用C++语言实现产生正态分布的随机数源代码,欢迎访问下载,谢谢支持-normal distribution random numbers inC++
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1198544
    • 提供者:陈启武
  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. model

    0下载:
  2. 拟合正态分布,计算参数,并做出检验的MATLAB代码(The MATLAB code that fits the normal distribution, calculates the parameters, and makes the test.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:34816
    • 提供者:sx_jiaran
« 12 3 4 5 6 »
搜珍网 www.dssz.com