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

搜索资源列表

  1. Randomgenerator

    0下载:
  2. 能够产生含有各种分布的随机数程序,包括均匀分布、正态分布等-random number genrator
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:36519
    • 提供者:王鹏
  1. game

    0下载:
  2. 三点一线最短求解几何问题机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。-something it is
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-19
    • 文件大小:29920251
    • 提供者:jacker
  1. rl

    0下载:
  2. 瑞利随机数的生成,通过两个同方差的正态分布而求得,并求出其PDF和CDF-Rayleigh random numbers generated by two normal distribution with variance that obtained and solved its PDF and CDF
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:20766
    • 提供者:王兆云
  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. changshengsuijishu

    0下载:
  2. 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。-Procedure produced only mean 0, variance 1 random numbers, to produce a mean E, the variance for the random number D, as long as the random number* D+ E on it. Gau
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1905
    • 提供者:yy
  1. mengtekaluo

    0下载:
  2. 利用蒙特卡罗方法产生均值与方差可变的符合正态分布的随机数,-Monte Carlo method produces a variable mean and variance of the normal distribution of random numbers,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2024
    • 提供者:yy
  1. distribution

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

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

    0下载:
  2. 用C程序计算符合正态分布的数值,同时实现正态分布的随机数。-With normal distribution with a C program to calculate the value, while achieving the normal distribution of random numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:593
    • 提供者:刘扬扬
  1. normal

    0下载:
  2. C++产生正态分布,泊松分布,瑞利分布的随机数,并画pdf图-The PDFS of Gaussian、Rayleigh and Poisson distributed random variates
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:2150
    • 提供者:zhaoqinghe
  1. read818

    0下载:
  2. 2列数的cointegration检验,其中数列为系统自动生成符合正态分布的随机数,并做了误差项只有一项滞后的假设-testing against the integration of two series
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1478
    • 提供者:孙宇思
  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-27
    • 文件大小:360974
    • 提供者:何欢
  1. rand

    0下载:
  2. (0,1)均匀分布随机数的产生及对分布的检验,进而生成正态分布、瑞利分布等。-(0,1) uniformly distributed random number generation and testing of the distribution, thereby generating a normal distribution, Rayleigh distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:784918
    • 提供者:刘倩倩
  1. generation-fo-random-numbers

    0下载:
  2. 通信系统中,服从标准分布、正态分布、泊松分布和瑞利分布的随机数的生成-the genneration of the uniform distribution, Gaussian distribution, Rayleigh distribution and Possion distribution, in communication system
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1055997
    • 提供者:lulu
  1. randproc

    0下载:
  2. 伪随机数的产生算法,利用线性同余法产生在(min,max)上精度为4位小数的平均分布的随机数,实现在min 到max 范围内产生服从正态分布的随机数-Pseudo-random number generation algorithm, using the linear congruential method to generate the (min, max) on the accuracy of four decimal evenly distributed random numbers, t
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:2013678
    • 提供者:judeliu
  1. Tcreeathissto

    0下载:
  2. 实现正态分布的伪随机数发生器器实现正态分布的伪随机数发生器 -To achieve normal distribution of the pseudo-random number generator normally distributed pseudo-random number generator
  3. 所属分类:Windows Develop

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

    0下载:
  2. 生成随机数,实现由均匀分布到正态分布的变化-Generates a random number, to achieve uniform distribution to normal distribution changes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:1288
    • 提供者:石头人
  1. function-diagram

    0下载:
  2. 产生 50 个标准正态分布的随机数, 指出它们的分布特征, 并画出经验累计分布函数图.-Random number generated 50 standard normal distribution, noting their distribution characteristics, and to draw experience cumulative distribution function diagram.
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:10530
    • 提供者:王程序
  1. matlab

    0下载:
  2. 产生100个均值为5, 标准差为1的正态分布的随机数, 再产生100个均值为6, 标准差为1 的正态分布的随机数, 用箱形图比较它们均值大小. -Generating 100 the mean and standard deviation of a normal distribution of the random number, and then generates 100 mean value is 6, and the standard deviation of the normal
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:10127
    • 提供者:王程序
  1. matlab-2

    0下载:
  2. 产生 50 个标准正态分布的随机数, 指出它们的分布特征, 并画出经验累计分布函数图.-Random number generated 50 standard normal distribution, noting their distribution characteristics, and to draw experience cumulative distribution function diagram.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:10520
    • 提供者:王程序
  1. Two-dimensional-random-number

    0下载:
  2. 学习采用Matlab程序产生正态分布的二维随机数 估计类均值向量和协方差矩阵的方法 类间离散度矩阵、类内离散度矩阵的计算方法-Learning using Matlab program to generate two-dimensional normal distribution random number estimated class mean vector and covariance matrix method class scatter matrix calculation metho
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:6488
    • 提供者:
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com