fit_ML_maxwell.zip
文件大小: 1k
下载次数:7
源码类别:

matlab例程

开发平台:

Matlab

源码售价: 5 个金币 积分规则     积分充值
资源说明: fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!. Given the samples of a log-normal distribution, the PDF parameter is found fits data to the probability of the form: p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2)) with parameters: m,s format: result = fit_ML_log_normal( x,hAx ) input: x - vector, samples with log-normal distribution to be parameterized hAx - handle of an axis, on which the fitted distribution is plotted if h is given empty, a figure is created. output: result - structure with the fields m,s - fitted parameters CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value RMS - RMS error of the estimation type - ML
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • CA.rar在MATLAB环境中,对航海雷达中频信号建模,并完成CA恒虚警处理。 ...
  • dfrft1.rarFractional discrete Fourier transforms
  • vmlTest.rar这是一个纯VML的例子,VML用于统计,有柱状图、饼状图、折线图。 ...
  • face.rar对人脸的角度进行识别,主要作用于两眼之间的距离
  • db6xiaobochonggou.rardb6小波分解upcoef重构与wrcoef重构的对比,可换成任意输入
  • 220.1.rar中国移动多媒体广播CMMB标准第一部分文档,广播信道帧结构 信道编码和调制 ...
  • MPEG-2(MATLAB).rar根据书本的理论,自己动手编写了MPEG-2的实现算法,编译可通过 ...
  • waveletanalysis.zip小波分析及其应用的matlab程序,都是示列,对于学习利用matlab进行小波分析很有用 ...
  • MaYi.rar蚁群算法matlab实现,蚁群算法matlab实现仿真,基本功能是实现蚁群 ...
  • danwenben.rar英文文本处理,去掉停用词,提取词干,提取文本特征向量
    
  • GUI01.rarMatlab GUI视频教程 教你一步一步的用GUI做交互界面
  • matlabcnhelp.rarmatlab中文帮助很难找的,快速下载
  • matlab遗传算法程序(new).rar遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算 ...
  • MATLAB7_0GuideBook.rarMATLAB 7_0实用指南(上下册)(超星图书)和超星阅读器的安装程序。希望对大家有所帮 ...
  • svm.zip用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取 ...
  • Kalman_matlab00000.rar拥有matlab用户界面的卡尔曼滤波程序,matlab-kalman-GUI,有注释,有三个sample供大家 ...
  • particle-filter-mcmc.rar该程序为基于粒子滤波的一种新算法,综合MCMC Bayesian Model Selection即MONTE CARLO ...
  • QPSK_Simulink.rarQPSK的Matlab/Simulink的调制解调仿真系统,给出接收信号眼图及系统仿真误码率,包含 ...
  • 数值分析课程设计.zip数值分析最常用的四十种算法,使用c++/matlab实现
  • SVM(matlab).rar支持向量机(SVM)实现的分类算法源码[matlab]