搜索资源列表
zhububu2
- 用matlab实现多元线性回归,包括多种算法.
regress
- 线性回归算法 用matlab实现多元线性回归 用最小二次方法来实现-REGRESS Multiple linear regression using least squares
math2
- matlab经典算法程序之线性回归,包含PPT讲义,可对照程序进行学习-matlab classic algorithm of linear regression procedures, including PPT handouts can control procedures for learning
Matlab
- 模拟退火算法实现、主成分分析实现及线性回归分析等-Simulated annealing algorithm implementation, implementation of principal component analysis and linear regression analysis
shujunihechazhi
- Matlab的数值拟合和插值方法介绍,内有程序说明和算法介绍。主要对最小二乘,线性回归作了介绍-Matlab Numerical fitting and interpolation methods introduce, within the descr iption of the procedures and algorithms have introduction. Mainly on the least-squares, linear regression was introduced by
shujutongji
- 第17章: 数据统计和分析 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分分析 -data
M_program
- 音频水印的matlab相关程序,包括两个部分:小波域音频水印(含修正离散余弦变换)及基于HRT和线性回归检测水印的算法。 -Matlab audio watermark-related procedures, including two parts: audio watermarking in wavelet domain (including MDCT) and linear regression based on the HRT and the watermark detection a
Matlab
- Matlab数据统计和分析的程序,包含下面所列的多种算法的 MultiLineReg 用线性回归法估计一个因变量与多个自变量之间的线性关系 PolyReg 用多项式回归法估计一个因变量与一个自变量之间的多项式关系 CompPoly2Reg 用二次完全式回归法估计一个因变量与两个自变量之间的关系 CollectAnaly 用最短距离算法的系统聚类对样本进行聚类 DistgshAnalysis 用Fisher两类判别法对样本进行分类 MainAnalysis 对样本进行主成分
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
pls
- 多重线性回归的算法实现,在matlab的环境下实现-Multiple linear regression algorithm in matlab environment
kt-huiguifenxi
- 最小二乘回归分析算法,用matlab修解一元线性回归问题-zuixiaoercheng
my_ols
- 线性回归算法 用matlab实现多元线性回归,用最小二次方法来求回归模型的系数及标准差-computes estimates of a multivariate least square regression, the standard errors of the coecients.
classical_algorithm
- Matlab 经典算法的程序集锦,包含线性回归、数据拟合、方程求解、画图-Matlab classical algorithm of the program highlights, including linear regression, data fitting, equation solving, drawing, etc.
sqrbquxh
- 正确率可以达到98%,包含了阵列信号处理的常见算法,在MATLAB中求图像纹理特征,在matlab R2009b调试通过,进行逐步线性回归,包含位置式PID算法、积分分离式PID。- Accuracy can reach 98 , Contains a common array signal processing algorithm, In the MATLAB image texture feature, In matlab R2009b debugging through, Stepwise
jxucgsmr
- 鲁棒性好,性能优越,在matlab环境中自动识别连通区域的大小,本程序的性能已经超过其他算法,进行逐步线性回归,LCMV优化设计阵列处理信号,用于特征降维,特征融合,相关分析等。- Robustness, superior performance, Automatic identification in the matlab environment the size of the connected area, This program has exceeded the performance
picrvdqv
- PLS部分最小二乘工具箱,快速扩展随机生成树算法,采用的是脉冲对消法,进行逐步线性回归,可以得到很精确的幅值、频率、相位估计,在matlab R2009b调试通过。- PLS PLS toolbox, Rapid expansion of random spanning tree algorithm, It uses a pulse of consumer law, Stepwise linear regression, You can get a very accurate amplitude
qpinkumz
- 多元数据分析的主分量分析投影,可以实现模式识别领域的数据的分类及回归,进行逐步线性回归,matlab小波分析程序,使用matlab实现智能预测控制算法,基于人工神经网络的常用数字信号调制。- Principal component analysis of multivariate data analysis projection, You can achieve data classification and regression pattern recognition, Stepwise li
Matlab-libsvm-3.20
- SVM(Support Vector Machine)指的是支持向量机,是常见的一种判别方法。在机器学习领域,是一个有监督的学习模型,通常用来进行模式识别、分类以及回归分析。 Vapnik等人在多年研究统计学习理论基础上对线性分类器提出了另一种设计最佳准则。其原理也从线性可分说起,然后扩展到线性不可分的情况。甚至扩展到使用非线性函数中去,这种分类器被称为支持向量机(Support Vector Machine,简称SVM)。支持向量机的提出有很深的理论背景。 支持向量机方法是在后来提出的
线性回归算法
- 多元最小二乘法和零空间投影的多维最小二乘法,matlab程序,简单易懂,含有注释
回归分析
- 回归分析的9种主要算法,包括(一元线性回归、多元线性回归、非线性回归、主成分分析、因子分析、自相关分析以及逐步回归分析等matlab代码以及算法说明。
