CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Likelihood

搜索资源列表

  1. ROC

    0下载:
  2. % This routine provides a convenient way to produce Pd/FAD information % from likelihood ratio information.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:1.25kb
    • 提供者:刘国亮
  1. cats_v3.1.2.tar

    1下载:
  2. 最大似然估计算法,应用于多参数模型,例如gps领域-Maximum likelihood estimation algorithm applied to multi-parameter model, for example, the field gps
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.44mb
    • 提供者:metallica
  1. dmle

    0下载:
  2. 递推极大似然法求解系统辨识参数(matlab)-Maximum Likelihood Estimation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:691byte
    • 提供者:关尔
  1. EMAlgorithm

    0下载:
  2. 上数据挖掘课的课件,是EM算法的,其中还包括最大似然值,最大似然估计,以及cluster-data mining,EM Algorithm ,Likelihood, Mixture Models and Clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:501.76kb
    • 提供者:Erin
  1. matlab

    0下载:
  2. The main goal of this work is to provide a unified theory of QSTBCs for four transmit antennas and one (or more) receive antennas. The thesis consists of two main parts: In the first part we analyze the QSTBCs transmission without any channel kno
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.44kb
    • 提供者:hammad
  1. fbm.2004.11.10

    0下载:
  2. 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:952.24kb
    • 提供者:王磊
  1. c-minuit.tar

    0下载:
  2. CERN code for calculating likelihood and make contours. Claimed to be the most efficient.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:163.08kb
    • 提供者:hao
  1. cml

    0下载:
  2. Constrained Maximum Likelihood Estimation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:57.87kb
    • 提供者:riag
  1. Estimation_Theory

    0下载:
  2. In this project, we consider the problem of estimating a parameter associated with the local oscillator leakage of a RF receiver by tone test. For this reason, an approxi- mate maximum-likelihood (ML) estimator is proposed. It s error performance
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:reza
  1. MP_DOA

    1下载:
  2. 针对多径效应的影响,提出了一种基于矩阵束的MIMO 雷达低仰角快速估计方法。该方法同时考虑了发射多径信号和接收多径信号,采用单样本数信号矢量构造了一个前后向矩阵束,并利用两个酉矩阵对该矩阵束进行降维处理,最后采用广义特征值分解的总体最小二乘法来估计目标角度。算法不需要估计数据协方差矩阵,可在低 信噪比和单样本数情况下,有效地克服多径效应,实现同时多目标低仰角估计,相比最大似然算法,避免了谱峰搜索,计算量小。仿真结果验证了该算法的有效性。-To overcome the multipath e
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:249kb
    • 提供者:
  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
    • 文件大小:1.07mb
    • 提供者:nickwing
  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
    • 文件大小:8.49kb
    • 提供者:张信雨
  1. mediterra98

    0下载:
  2. Maximum Likelihood Algorithms for Image Reconstruction in Positron Emission Tomography
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:163.15kb
    • 提供者:bltzrou
  1. LMLE

    0下载:
  2. 绝对是好东西啊!基于极大似然估计的三维定位算法,输入参考点的坐标以及观察点的距离,通过极大似然估计算法计算出观察点的坐标,附送支持矩阵运算的C++类库!-Is definitely a good thing! Calculated by maximum likelihood estimation algorithm based on maximum likelihood estimation of three-dimensional positioning algorithm, enter th
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:701.47kb
    • 提供者:黄仲庭
  1. em

    0下载:
  2. 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。 -In the statistical calculations, the maximum expected (EM) algorithm parameter maximum likelihood estimate
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3.28mb
    • 提供者:梦含
  1. liu

    1下载:
  2. 状态模型的极大似然估计,使用EM算法,以及卡尔曼滤波。-This supplementary note discusses the maximum likelihood esti-mation of state space models using Expectation-Maximization (EM) algorithm and bootstrap procedure for statistical inference. A Matlab program scr ipt impleme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-21
    • 文件大小:2kb
    • 提供者:陈静雅
  1. RML

    0下载:
  2. 递推极大似然用于系统辨识的MATLAB实例-Recursive maximum likelihood for system identification examples of MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:2.31kb
    • 提供者:liuzihao
  1. max-fastica

    0下载:
  2. maximum likelihood method for blind signal seperation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.24kb
    • 提供者:amya
  1. LikelihoodFunction

    0下载:
  2. the likelihood function of logistic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:programmer
  1. likelihood-copy.R

    0下载:
  2. Maximum likelihood in R language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:sakura
« 12 3 4 5 »
搜珍网 www.dssz.com