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

搜索资源列表

  1. jf_Box_Muller_transform

    0下载:
  2. Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:540
    • 提供者:方俊彬
  1. Normal

    0下载:
  2. 模拟正态分布随机变量 将结果写入文件 算法是从一本数学书上改编而来
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6678
    • 提供者:LYC
  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. RVG

    0下载:
  2. 用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1597
    • 提供者:黎家祥
  1. gaussrand

    0下载:
  2. 生成标准正态分布的随机数,也可由此随机数生成其他的随机数,数对数正态分布随机数。-Standard normal distribution to generate the random numbers can also be a result of other random number generator random number, the number of log-normal distribution of random numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:912
    • 提供者:吴承华
  1. Rand

    0下载:
  2. 本程序能产生大部份实用随机数:产生一个[0,1]区间内均匀分布伪随机数、产生多个[0,1]区间内均匀分布伪随机数、产生任意[a,b]区间内一个均匀分布伪随机整数、产生任意[a,b]区间内均匀分布伪随机整数序列、产生一个任意均值与方差的正态分布随机数、产生任意均值与方差的正态分布随机数序列-look it yourself
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:14441
    • 提供者:雾水葛
  1. random

    0下载:
  2. 第13章: 随机数生成 PFQZ 用平方取中法产生随机数列 MixMOD 用混合同余法产生随机数列 MulMOD1 用乘同余法1产生随机数列 MulMOD2 用乘同余法2产生随机数列 PrimeMOD 用素数模同余法产生随机数列 PowerDist 产生指数分布的随机数列 LaplaceDist 产生拉普拉斯分布的随机数列 RelayDist 产生瑞利分布的随机数列 CauthyDist 产生柯西分布的随机数列 AELDist 产生爱尔朗分布的随机数列
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5425
    • 提供者:舞蛳
  1. generate_random

    0下载:
  2. Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。-generate the random number you give the rules.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1570
    • 提供者:wzhy
  1. 123

    0下载:
  2. 123均值为0.6、方差为0.1的5阶正态分布随机矩阵。 3. 建立一个4阶希尔伯特矩阵并求其伴随矩阵和逆矩阵 -QW
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2787605
    • 提供者:钱琪琪
  1. baizaosheng

    0下载:
  2. 按如下模型产生一组随机序列: x(n)=0.8x(n-1)+w(n) 其中w(n)为均值为1,方差为4 的正态分布白噪声序列。估计过程的自相关函数与功率谱。
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:613
    • 提供者:hll
  1. lab3

    0下载:
  2. MATLAB编程 相关正态分布离散随机过程的产生 -MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:851
    • 提供者:陈军
  1. Linear

    0下载:
  2. 模式识别线性判别的程序实现,产生两个二维正态分布随机样本,分别进行Fisher线性分类和感知器分类。其中main.m是主函数,将三个程序放在同一文件夹中,运行main.m即可得到分类结果。-Pattern recognition linear discriminant program implementation, generate two-dimensional normal random sample, were Fisher linear classifier and Perceptron
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1566
    • 提供者:夏雨
  1. model

    0下载:
  2. 产生一组均值为1,方差为4的正态分布随机序列(1000个样本),估计该序列的均值与方差; 已知x(n)=sin(2*pi*f1*n)+2*cos(2*pi*f2*n)+w(n),w(n)为正态分布白噪声,求相关函数和功率谱的m文件-Known x (n) = sin (2* pi* f1* n)+ 2* cos (2* pi* f2* n)+ w (n), w (n) is normally distributed white noise, seeking correlation funct
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:815
    • 提供者:zhanchi
  1. Gauss_noise

    0下载:
  2. 用于生成服从标准正态分布的高斯序列文件,利用混合同余法,生成均匀分布序列再将其转换成高斯序列(Used to generate a Gauss sequence file that obeys the standard normal distribution, and then uses the mixed residual method to generate a uniform distribution sequence, and then converts it into a Gauss
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1596416
    • 提供者:褚宏翔
  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. xulieguji

    0下载:
  2. 产生一组均值为1,方差为4的正态分布随机序列(1000个样本),估计该序列的均值与方差(A set of normal distribution random sequences (1000 samples) with mean value of 1 and variance of 4 is generated, and the mean and variance of the sequence are estimated)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:9216
    • 提供者:TX1
  1. 正态分布、均匀分布噪声特性分析matlab

    0下载:
  2. 随机信号均匀分布、正态分布噪声特性分析。随机信号试验。(matlab uniform distribution normal distribution)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:江流
  1. 正态分布的蒙特卡罗随机抽样

    0下载:
  2. 产生正态分布的随机数(produce random)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:289792
    • 提供者:呼呼哈嘿
  1. 校验正态分布

    0下载:
  2. 校验数据是否是正态分布,并算出方差与期望,同时画出正态分布图形,并在该正态分布参数上随机生成100个数据(Is the calibration data normal distribution, calculating variance and expectation, drawing normal distribution graph, and generating 100 data randomly on the normal distribution parameters.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-21
    • 文件大小:29696
    • 提供者:Scorpion7425
  1. 随机过程

    3下载:
  2. (1)产生N(0,1)正态分布的随机过程; (2)产生正态分布随机过程外的任意一种随机过程; (3)对随机过程的性能进行评估,包括概率密度函数、分布函数、均值、方差和相关函数。((1) The stochastic process of generating N(0,1) normal distribution; (2) generating any random process outside the normal distribution random process; (3) evalua
  3. 所属分类:matlab例程

    • 发布日期:2020-10-23
    • 文件大小:4233216
    • 提供者:273089134
« 12 3 4 »
搜珍网 www.dssz.com