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

搜索资源列表

  1. matlab-accessory_parameter

    0下载:
  2. lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。 accyouhua为标定值的函数,而lingjian不是一个函数,在其中已给出了一组标定值的值。 退火确定标定值/unitanneal()----模拟退火 连续型多个变量组合优化问题 这是对模拟退火方法的一次练习,结果证明模拟退火确实是一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:4211
    • 提供者:吴自强
  1. randzheng

    0下载:
  2. visual c++编辑的产生具有正态分布性质的随机数,需要输入正态分布的期望和方差-edit the generated visual c++ has a normal distribution nature of random numbers, you need to input the expectation and variance of the normal distribution
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:908271
    • 提供者:阿光
  1. 3

    0下载:
  2. 理发店营业仿真: 理发店有2名理发师,为每名顾客服务时间MU=20min+-SIGMA=3min服从正态分布,顾客相继到达,时间间隔服从1/LAMBDA=10min的指数分布.顾客到达后如发现店内有6人以上排队等待,30 顾客会选择离开,其余人继续等待. 要求:建模,仿真 一天10小时营业,统计N天内: 1.理发师实际服务人数 2.平均队长及因排队人数过多而离去的人数 3.ALPHA=0.05计算置信区间. -Barber shop business simulati
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2130
    • 提供者:连云
  1. normaldistributionCDF

    0下载:
  2. 计算标准正态分布累积分布函数,通过符合辛普森公式,精度很高-to calculate the cumulative distribution function of stadard normal distribution
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:83441
    • 提供者:付国忠
  1. shapiro_wilk

    1下载:
  2. 正态分布的shapiro-wilk检验法,适合样本量n满足3=<n<=50的情况。-Shapiro-wilk test, in the normal distribution for sample size n satisfies 3 = <n<=50的情况。
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:2415
    • 提供者:刘文涛
  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. DistributionMonitor

    1下载:
  2. 同一个项目多个机台的CPK图表,可用于产线生产比较制程差异,-CPK graphic for multiple stack s normal distribution
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:361722
    • 提供者:杨阳
  1. normaldistribution

    0下载:
  2. calculating the area under a normal distribution curve from -ve infinity upto point x.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:847
    • 提供者:Alla Eddine
  1. Random-variable

    0下载:
  2. 几种常用分布(如泊松分布、正态分布、指数分布、均匀分布)随机变量的matlab实现方法。-Surement distribution (eg Poisson distribution, normal distribution, exponential distribution, uniform distribution) random variable matlab implementation methods.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2369
    • 提供者:月光弧下
  1. zhengtaifenbu

    0下载:
  2. 可以按照要求改变值来画出正态分布曲线的图形-You can change the value as required to draw the normal distribution curve graphic
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:1370
    • 提供者:dingding
  1. LHS

    7下载:
  2. 拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb) m: a scalar,the number of sample points dist: A row with distribution type flags of basic random variables the value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3
  3. 所属分类:汇编语言

    • 发布日期:2017-04-24
    • 文件大小:925
    • 提供者:邓志平
  1. 654743646

    0下载:
  2. 正态分布图像处理支持模块,应用程序编程源码,很好的参考资料。-The normal distribution of image processing modules, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:40284
    • 提供者:桂花翅子
  1. kde2d

    0下载:
  2. 二维正态分布的检验函数,如果需要进行二维正态分布的检验,在你的程序运行前运行此程序,就可直接调用函数功能。-Dimensional normal distribution test function, if you need a two-dimensional normal distribution test, run your program before you run this program, you can directly call the function function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2895
    • 提供者:d
  1. R_N_U

    0下载:
  2. 原理:乘同余法产生随机数来生成均匀分布、瑞利分布、正态分布,压缩包包括3个分布的Matlab源代码-Principle: multiplicative congruential method to generate random numbers to generate uniformly distributed ,Rayleigh distribution and normal distribution.This package includes three distribution of Ma
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1560
    • 提供者:maogang
  1. guass

    0下载:
  2. 这是一个生成高斯分布的c++(.cc)程序,此程序在linux下g++下编译通过。生成的高斯分布随机数序列的期望为0.0,方差为1.0。若指定期望为E,方差为V,则只需增加:GaussRand() * V + E。http://imatlab.lofter.com/ 欢迎交流学习经验-A gaussian/normal distribution program in linux g++.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:681
    • 提供者:杨兰
  1. ScreenSpy

    0下载:
  2. 广度优先搜索变化的屏幕传输算法,就是小牛所谓的正态分布算法算法很简单,去掉注释,自己冥想吧-Breadth-first search algorithm changes in the screen transfer, that is, the so-called normal distribution algorithm Mavericks algorithm is very simple, remove the comments, his meditation Bar
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:王小京
  1. ScreenSpy

    0下载:
  2. 广度优先搜索变化的屏幕传输算法,就是小牛所谓的正态分布算法算法很简单,去掉注释,自己冥想吧-Breadth-first search algorithm changes in the screen transfer, that is, the so-called normal distribution algorithm Mavericks algorithm is very simple, remove the comments, his meditation Bar
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:rcenta
  1. RSMstandardnorm

    0下载:
  2. 用响应面法计算可靠度.已知极限状态方程,变量相互独立,服从标准正态分布。-Calculation of reliability by response surface methodology. Known limit state equation, variables are independent standard normal distribution.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:654
    • 提供者:曹文
  1. OPSearchingmice

    0下载:
  2. Qt编写的一个小程序,基于PSO群体智能算法的一群小老鼠在一定范围内搜索奶酪。 假定的情况是奶酪在空间内气味分布为以自己为中心的二维正态分布,小老鼠们凭气味浓度搜索奶酪。-Qt to write a small program, swarm intelligence algorithm based on PSO group of small rodents in a certain range search cheese. Assumption is that the smell of ch
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:19833
    • 提供者:吴帅
  1. Multivariate-random-number

    0下载:
  2. 生成多元正态分布的随机数,将其按列的形式放在一个矩阵中,并对其按行进行排序,然后记录数据排序后的大小位置,这在统计研究中有很重要的应用。-Multivariate normal distribution of the random number generator, which was placed in the form of a matrix of columns and rows to sort them, and then record the size of the position
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4563
    • 提供者:石文丽
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com