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

搜索资源列表

  1. Matematica

    0下载:
  2. software for calculating maximum likelihood estimation for radiobiological models Niemierko and Lyman. It needs tpmaths library source code to run.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1121388
    • 提供者:nickwing
  1. EM

    1下载:
  2. 求解参数估计的常用算法——EM,即期望最大化算法,用于代替样本量不完全时的极大似然估计算法。-Common algorithm for solving parameter estimation- EM, expectation maximization algorithm is used to replace the sample size is not completely at the maximum likelihood estimation algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-23
    • 文件大小:9134
    • 提供者:孙磊
  1. task22

    0下载:
  2. 递推极大似然估计法辨识系统参数,输入是M序列,周期为N=24-1。利用递推极大似然算法对系统参数进行辨识-Recursive maximum likelihood estimation method identification system parameters, input M-sequence, period N = 24-1. Using recursive maximum likelihood algorithm for identification of system paramet
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1187
    • 提供者:雪中蝶
  1. MLEcode

    1下载:
  2. 最大似然估计MLE的matlab源码,统计学中常用的参数估计算法。-MLE maximum likelihood estimation matlab source code, commonly used in statistical parameter estimation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7444
    • 提供者:Peter
  1. project

    1下载:
  2. 信号估计 最大似然估计模块 克拉美罗界模块-Maximum likelihood estimation modules
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:1109
    • 提供者:吕启龙
  1. test

    0下载:
  2. function mean = ml_mean(data) Calculate the maximum likelihood estimation of the mean Written by Christiaan M. van der Walt Meraka Institute More resources available at http://www.patternrecognition.co.za Reference: C.M. van d
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:35792
    • 提供者:Ayike Simsek
  1. hw3_matlab

    0下载:
  2. Maximum Likelihood Estimation of Batch Perceptron Convergence
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:41879
    • 提供者:umit
  1. signal

    3下载:
  2. 产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析: (1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形; (2) 利用不同的参数建模方法求出两个随机信号的功率谱; (3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较; (4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计; (5) 利
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:6413
    • 提供者:李思青
  1. RSC

    2下载:
  2. 人脸识别的稀疏表示识别方法将稀疏表示的保真度表示为余项的L2范数,但最大似然估计理论证明这样的假设要求余项服从高斯分布,实际中这样的分布可能并不成立,特别是当测试图像中存在噪声、遮挡和伪装等异常像素,这就导致传统的保真度表达式所构造的稀疏表示模型对上述这些情况缺少足够的鲁棒性。而最大似然稀疏表示识别模型则基于最大似然估计理论,将保真度表达式改写为余项的最大似然分布函数,并将最大似然问题转化为一个加权优化问题-Recently the sparse representation (or codin
  3. 所属分类:Graph Recognize

    • 发布日期:2014-08-20
    • 文件大小:18704384
    • 提供者:徐波
  1. Minimum-Bayes-classifier-error-rate

    3下载:
  2. 这是模式识别中最小错误率Bayes分类器设计方案。 自行完善了在不同先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从而得到概率密度
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:4096
    • 提供者:崔杉
  1. Minimum-Risk-Bayes-classifier

    1下载:
  2. 这是模式识别中最小风险Bayes分类器的设计方案。在参考例程的情况下,自行完善了在一定先验概率的条件下,男、女错误率和总错误率的统计,放入各个数组当中。 全部程序由主函数、最大似然估计求取概率密度子函数、最小错误率贝叶斯分类器决策子函数三块组成。 调用最大似然估计求取概率密度子函数时,第一步获取样本数据,存储为矩阵;第二步对矩阵的每一行求和,并除以样本总数N,得到平均值向量;第三步是应用公式(3-43)采用矩阵运算和循环控制语句,求得协方差矩阵;第四步通过协方差矩阵求得方差和相关系数,从
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4075
    • 提供者:崔杉
  1. 763786384

    0下载:
  2. 低通高通滤波器设计及其检测其性能指标,最大似然估计等等。-Low pass high-pass filter design and testing the performance index, maximum likelihood estimation, and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1862
    • 提供者:星辰
  1. code

    1下载:
  2. 本源代码是极大似然估计的源代码,适用于用极大似然估计来估计参数-The source code is the maximum likelihood estimation of the source code, and the application for maximum likelihood estimation to estimate the parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4744
    • 提供者:木易
  1. mlmethod

    0下载:
  2. ofdm最大似然估计 加入循环前缀 进行信道估计同步算法-ofdm Maximum Likelihood Estimation of cyclic prefix for channel estimation synchronization algorithm
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-05
    • 文件大小:1530
    • 提供者:杜晓强
  1. MMSE

    0下载:
  2. 适用于LTE标准下的最大似然估计的ML粗同步检测方法,适用于LTE标准FDD模式,普通帧结构类型-ML crude synchronous detection method applicable to the LTE standard maximum likelihood estimation for LTE standard FDD mode, the general frame structure type
  3. 所属分类:3G develop

    • 发布日期:2017-04-02
    • 文件大小:537
    • 提供者:Xiaoli
  1. MLE_stitching

    1下载:
  2. 该程序包使用最大似然估计法来对子孔径测量结果做拼接,所有的子孔径图有相同的旋转轴,有很好的拼接效果。-This code uses the maximum-likelihood estimation to stitch the subaperture measurements. All the subaperture maps rotate with a common rotation axis.It can get goog stitch results.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7956923
    • 提供者:suzhide
  1. AP_ML

    1下载:
  2. 对最大似然估计中的交替投影算法,给出了其仿真的Matlab源程序。-For maximum likelihood estimation of alternating projection algorithm, gives the simulation of Matlab source program.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:530
    • 提供者:LT
  1. Ggg_mlee

    0下载:
  2. 广义高斯概率分布函数的指数估计,包括矩估计和最大似然然估计,并对这两种估计进行了比较,已通过测试。 -Generalized Gaussian probability distribution function of the index estimates, including the moment estimation and maximum likelihood estimation, and the two estimates were compared, has been teste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:9307
    • 提供者:ywhfdl
  1. smb

    0下载:
  2. Program for Maximum likelihood estimation ans spectral leakage
  3. 所属分类:Editor

    • 发布日期:2017-04-11
    • 文件大小:1020
    • 提供者:Syed Bokhari
  1. 2dgaussian210

    0下载:
  2. 2维曲面拟合,gauss or gabor 函数-Functions to fit a 2D Gaussian or 2D Gabor to a surface. The routines are automatic in the sense that they do not require the specification of starting guesses for the model parameters. This is done by evaluating the quality
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8694
    • 提供者:张信雨
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com