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

搜索资源列表

  1. risk

    0下载:
  2. 基于正态分布下的最小风险Bayes分类器-Minimum risk Bayes classifier based on normal distribution
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:753
    • 提供者:蛮荒
  1. perceptron-algorithm

    0下载:
  2. 固定增量单样本感知器算法实现(样本服从正态分布)-Fixed increment single sample perceptron algorithm (sample is normal distribution)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:268619
    • 提供者:苏佳伟
  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. Probability

    1下载:
  2. c#实现的概率计算类,提供了正态分布的分布函数、正态分布的反函数、chi2分布的分布函数、chi2分布的反函数、B分布函数、F分布函数、F分布的反函数、t分布的分布函数、t分布的反函数的计算-c# implementation of the probability class, the distribution function of normal distribution, normal distribution function of the anti-chi2 distribution o
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:2498
    • 提供者:于立凯
  1. C

    0下载:
  2. 《数字信号处理C语言程序集》 内涵各种c语言源码! 第一章 数字信号的产生 均匀分布随机数;正态分布随机数;指数分布随机数.... 第二章 快速傅里叶变换 第三章 快速离散正交变换 第四章 快速卷积与相关 第五章 数字滤波器的时域和频域响应 -" Digital Signal Processing C language program set the connotation of a variety of c language source code!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:6790460
    • 提供者:笑傲江湖
  1. parzen-kn

    2下载:
  2. 用matlab进行概率密度函数的非参数估计,主要有parzen窗法和kn近邻法。分别对平均分布和正态分布进行了仿真。-Non-parametric estimation of the probability density function using matlab, main the parzen window method and kn nearest neighbor method. The average distribution and normal distribution were
  3. 所属分类:matlab

    • 发布日期:2016-01-22
    • 文件大小:70656
    • 提供者:jane
  1. delay_with_norm_hops

    1下载:
  2. MATLAB模型:HMIPv6&MIPv6在正态分布HOP数情况下的延迟-MATLAB model: HMIPv6 & MIPv6 delay in the case of normal distribution HOP number
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1267
    • 提供者:eric
  1. density

    0下载:
  2. machine learning-Density Estimation objects. parzen - Parzen s windows kernel density estimator indep - Density estimator which assumes feature independence bayes - Classifer based on density estimation for each class gauss - Normal distr
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:14566
    • 提供者:hossein
  1. p_judge

    1下载:
  2. 用于判断数据属于什么分布,有正态分布、泊松分布等-For the judgment under what distribution, normal distribution, Poisson distribution
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:513
    • 提供者:刘石劬
  1. pdf-plots-in-matlab

    0下载:
  2. these are some matlab programs having pdf of normal distribution boinomial distribution poisson distribution. these are taken from well known book anthones paopulus on probability theory
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:120102
    • 提供者:suchit shri
  1. gesd

    0下载:
  2. The Generalized ESD procedure ( gesd ), tests for up to a prespecified number r of outliers and it is specially recommended when testing for outliers among data coming from a normal distribution.-The Generalized ESD procedure ( gesd ), tests fo
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1814
    • 提供者:Ali
  1. gesd_test

    0下载:
  2. The Generalized ESD procedure ( gesd ) tests for up to a prespecified number r of outliers and it is specially recommended when testing for outliers among data coming from a normal distribution.-The Generalized ESD procedure ( gesd ) tests for up to
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1759
    • 提供者:Ali
  1. TProDisth

    0下载:
  2. 正态分布累积函数以及其逆函数:NormsDistt、NormsInv ,经测试可直接使用。 -Normal distribution cumulative function and its inverse function: NormsDistt, NormsInv has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1853
    • 提供者:zcl1233
  1. gaussm

    0下载:
  2. 产生均值为0、方差为1的正态分布随机数。主程序为gaussm.c。-Produce zero mean and variance of a normal distribution random number. Main program gaussm.c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:154375
    • 提供者:江为
  1. Vranndom_norrC

    0下载:
  2. 用Visual C++6实现的一个伪随机数生成演示程序源码源码,包包含了正态分布随机数生成与平均分布随机数两种生成方式。 可直接使用。 -Visual C++6 a pseudo-random number generator source code of the demo program package contains the normal distribution random number generator with the average distribution of the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:23496
    • 提供者:察觉
  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. ITheCaculation

    0下载:
  2. 包含各种特殊的数学函数:伽马函数;误差函数; 贝塞尔函数数;贝塔函数;正态分布函数 ;卡方分布函数以及各种积分函数 -Contains a variety of special mathematical functions: Gamma function error function the number of Bessel functions beta function normal distribution function chi-square distribution fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15927
    • 提供者:anticipate
  1. ImageProcessing

    0下载:
  2. 正态分布图像处理模块,可用于图片编辑和包括验证码识别等功能。-Normal distribution image processing module can be used for photo editing and verification code recognition function.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:211186
    • 提供者:吴国彬
  1. BayesianClassificationAlgorithms

    0下载:
  2. 本程序是实现两类正态分布模式的贝叶斯分类,简单易懂-The program is to achieve the two types of normal distribution model Bayesian classifier, straightforward
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6272
    • 提供者:yaoyanjie
  1. norm_stat_MFC

    0下载:
  2. 《现代心理与教育统计学》学习工具——正态分布计算-Modern Psychology and Education Statistics learning tool- normal distribution calculated
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:70077
    • 提供者:虹.子良
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com