搜索资源列表
chansuanfa
- 本程序是无线定位中的chan算法,主要是用两次最大似然估计得出的估计值。-this is a chan model in uwb location
maxvrais
- matlab仿真最大似然估计法,简单易懂,适于初学者使用。-matlab simulation of the maximum likelihood estimation method, easy to understand, suitable for beginners to use.
wfg
- MATLAB实现最大似然估计,本程序可以实现概率密度函数已知的情况下5个参数的估计~-MATLAB to achieve maximum likelihood estimation, the program can be achieved under the circumstances known to the probability density function estimation parameters 5 ~
sc_fre
- sc算法的仿真程序实现 基于最大似然算法的频偏估计实现-sc algorithm simulation program based on maximum likelihood estimation algorithm to achieve the offset
lab6
- 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。