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

搜索资源列表

  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. 泊松分布是一种常用的离散型概率分布

    0下载:
  2. 泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。 ,Poisson distribution is a commonly used discrete probability distributions, mathema
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-22
    • 文件大小:882
    • 提供者:QQQQQ
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. matlab-pdf

    3下载:
  2. 通过matlab代码画出的各种概率密度函数图形仅供参考-By matlab code to draw the beta probability density function graph for reference only
  3. 所属分类:图形图象

    • 发布日期:2012-12-14
    • 文件大小:148440
    • 提供者:王伟
  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. zuoye

    0下载:
  2. 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, t
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1587
    • 提供者:刘文
  1. poisson_rayleigh

    0下载:
  2. 用C语言实现的泊松,瑞利,正态分布函数图形仿真-Using C language Poisson, Rayleigh, normal distribution function graphical simulation
  3. 所属分类:3G develop

    • 发布日期:2017-04-12
    • 文件大小:1479
    • 提供者:ming zhao
  1. Distributed_Multimedia_Networks

    0下载:
  2. MATLAB程序,TCP流路由,丢包率计算,包括脚本和simulink模块。-runde2.m (Matlab driver s program for activating 40 TCP flows with an AQM router) vdpol2.m (Matlab function for setting up stochastic differential equations for runde2.m) runde3.m (Matlab driver s program to
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:11877
    • 提供者:kjyqcl
  1. matlabwork

    0下载:
  2. 用matlab循环函数法精确对泊松分布函数求和的程序,黄金分割法与进退法求和,求解二次规划问题函数-Matlab function using cycle accurate summation of the Poisson distribution function of the process
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4414
    • 提供者:陈鹏飞
  1. MDL_segmenter

    0下载:
  2. em algorithm - Find approximate solution to Sf = conv(s,f) = d using EM iteration. EM seeks to minimize the Poisson negative log likelihood function J(f) = sum_i {[Sf]_i - (d_i + sigma^2)*log([Sf]_i + sigma^2)}. -em algorithm - Find approxim
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:123535
    • 提供者:kavitha
  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. MATLAB

    0下载:
  2. 这个函数,很重要,不是用不行,这是一个泊松分布,是一个一维的,长度是1000的分布,还可以自己添加plot绘图函数,查看泊松分布。-This function is very important, do not use this function, very important, not with no, this is a poisson distribution is a one-dimensional, length is 1000 distribution, still can add
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:557
    • 提供者:humd
  1. Poisson--curve-prediction

    0下载:
  2. 泊松曲线模型被广泛应用在预测中,该代码实现了泊松曲线的预测功能。-Poisson curve model is widely used in prediction, this code will help achieve the Poisson curve prediction function.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:3039
    • 提供者:啊呜
  1. cpp_program

    0下载:
  2. 通信系统中对不同分布函数的c语言实现,主要是高斯分布、瑞利分布、泊松分布等-Communication system on the distribution function of c language, mainly the Gaussian distribution, Rayleigh distribution, the Poisson distribution
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:2170
    • 提供者:
  1. Poisson

    0下载:
  2. 利用MATLAB写出 Poisson 概率给定到达率求出 Poisson 分布的机率质量函数-Use MATLAB to write the Poisson probability of a given arrival rate to calculate the Poisson distribution of the probability mass function
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:12241
    • 提供者:李小生
  1. Judgment-function-distribution-code

    0下载:
  2. 判断一组数据的概率分布函数,包括正态分布、泊松分布、伽马分布等。-The probability distribution function to determine a set of data, including a normal distribution, the Poisson distribution, gamma distribution.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-10
    • 文件大小:575
    • 提供者:suixiaofeng
  1. Poisson

    1下载:
  2. 首先产生高斯分布,然后通过变换产生泊松分布的随机数,并画出概率密度函数的直方图-First, a Gaussian distribution, and then transform Poisson distributed random number generation, and draw a histogram of the probability density function
  3. 所属分类:Special Effects

    • 发布日期:2015-03-26
    • 文件大小:291840
    • 提供者:谢岚
  1. poisson

    0下载:
  2. poisson过程的分布及其自相关函数,方差函数,平均值-poisson process distribution and autocorrelation function, variance function, average
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:750
    • 提供者:shuaifirst
  1. Poisson-Image-Editing-master

    0下载:
  2. 泊松编辑的matlab代码,主要实现图像融合功能。-Poisson editor of matlab code, and main function of image fusion.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2333134
    • 提供者:ghy
  1. New folder

    0下载:
  2. poisson方程的求解及残差比较,最后作网格图,解的图和残差的图(the solution of poisson function and error)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:wsswss
« 12 3 »
搜珍网 www.dssz.com