搜索资源列表
Svm
- 统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具,支持向量分类(support vector classification,简称SVC)算法是一个很有发展前景的方向。
Matlab算法大全
- 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
CS_KF_1wei.rar
- 基于当前统计模型的目标跟踪算法,就用卡尔曼滤波器,目标跟踪和数据整合类的同志可下,Based on current statistical model of the target tracking algorithm using Kalman filter, target tracking and data integration can be under the category of Comrade
shujutongji
- 第17章: 数据统计和分析 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分分析 -data
Matlab
- Matlab数据统计和分析的程序,包含下面所列的多种算法的 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分
dataAnalysisInMatlab
- matlab 数据分析资料 含有多种数据处理算法 主要为数据分析和统计-matlab data analysis, data processing algorithms with a variety of data mainly for data analysis and statistics
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
shujutongji
- 此文件包含数据统计与分析常用到的matlab算法函数,比较全面,很实用-matlab statistics and analysis, commonly used functions, more comprehensive, very useful, I hope you make good use of
MATLAB-code_analysis
- MATLAB语言常用算法程序集(包括插值、函数逼近、矩阵特征值计算、数值积分、数值微分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、第15章 常微分方程的初值问题、第16章 偏微分方程的数值解法、数据统计和分析)-MATLAB language commonly used algorithm for assembly (including interpolation, function approximation, eigenvalue ca
knn_self
- 数据统计学习中的knn算法,实现对多组数据的交叉验证-Statistics Learning knn algorithm to achieve the multi-group cross-validation data
cv
- 多元统计分析过程下的主元个数的计算,运用于pca以及pls的数据分析算法中-the calculation of principal components
17-shujutongji-fenxi
- 数据统计与分析【matlab例程】经典算法直接应用方便快捷-Statistics and data analysis routines convenient [] classical algorithm matlab direct application
GA01
- 完整解决0-1背包问题的遗传算法程序,包括输出数据统计-Complete knapsack problem solving o-1 genetic algorithm program
matlab-algorithm-program-collection
- MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
EM算法
- 在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计或者最大后验估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering)领域。(In statistical calculation, the expectation maximization (EM) algorithm in probability (probabilistic) maximu
kdtree
- 参照统计学习(李航著)一书实现的MATLAB仿真代码,代码包含main主函数和kd搜索算法以及相应的数据输入,整个代码实现完整,可以直接运行。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, the code contains the main main function and KD search algorithm, and the corresponding data
MATLAB语言常用算法程序集
- 涵盖了插值、数值微分、数值积分、非线性方程组求解、偏微分方程数值解法、数据统计和分析等方面的matlab常用算法程序。(Covers interpolation, numerical differentiation, numerical integration, nonlinear equations, numerical solutions of partial differential equations, data statistics and analysis and other asp
DV-hop定位算法仿真
- DV-Hop定位算法的仿真与改进算法 可以输出定位结果图和误差统计图,有一些临时的统计输出代码不能直接用,要更新得到的数据(Simulation and improved algorithm of DV-Hop location algorithm)
自举法matlab程序
- 自举法又称bootstrap method,是数理统计的经典算法,此处为matlab实现的源程序。(The self-lifting method, also known as bootstrap method, is the classical algorithm of mathematical statistics, where Matlab implements the source program.)
学习Matlab的60个经典程序代码
- 学习Matlab的60个经典程序代码,快速掌握Matlab,学会经典的Matlab算法。包含常见数值计算与数据统计及绘图案例。