搜索资源列表
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘法程序
- 最小二乘法计算程序-least squares method procedures
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
guji
- 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the rea
fit_line
- //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
最小平方反褶积matlab代码
- 最小平方反褶积代码。地球物理科学中广泛使用的反褶积方法,使用Matlab语言编写。-least squares deconvolution code. Geophysical Sciences extensive use of deconvolution method, the use of Matlab.
Data-fitting-methods
- 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFU
rels
- 这是黑龙江大学自控理论杨易朋同学在最优估计课程当中用matlab编写的递推增广最小二乘算法!-This is the theory of Heilongjiang University, Yang Yi-controlled peer students in courses optimal estimate prepared by using Matlab recursive least squares algorithm to bro
3order_RLS1
- 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
SVDcode
- 利用一般最小二乘法和SVD-TLS方法 进行AR参数估计和正弦波频率估计 -use of general and the least-squares method SVD-TLS AR method parameter estimates and the estimated frequency sine wave
squares
- 本程序可以实现从输入的图片中找到其中的方形,算法简单!本程序是基于OpenCV的,使用前,请安装此软件。-this procedure can be achieved from the import of the pictures to find the square, the algorithm is simple! This procedure is based on OpenCV, before use, install the
zsysf
- 用MATLAB编写的递推最小二乘算法算法\LMS算法,karlman算法-using MATLAB recursive least squares algorithm \ LMS algorithm, the algorithm karlman
mcr_100_m7
- 多元曲线解析-交替最小二乘法,MCR-ALS-Multivariate Curve Analysis- alternating least squares method, MCR- ALS
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
ls_mmse
- 这个是关于OFDM系统的信道估计的算法的两种方法,分别是OFDM的最小二乘和最小均方误差估计的仿真程序代码-the OFDM system is on the channel estimation algorithm of the two methods OFDM are the least squares and minimum mean square error estimate of simulation code
pls_1.1-0
- 应用程序 偏最小二乘法回归分析 pls matlab-application partial least squares regression analysis pls Matlab
MATLAB-Central-File-detail-Partial-Least-Squares-a
- 一个用matlab完成的偏最小二乘法示例-MATLAB Central-Partial-Least-Squares
Weighted-least-squares
- 加权最小二乘法的原理 应用及其运算方式方法-Applying the principle of weighted least squares method and the ways and means of operation
Weighted-least-squares
- 浅谈加权最小二乘法及其残差图及其详细的讨论-On the weighted least squares method and the residual map and detailed discussions
Moving-Least-Squares-Methods
- 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.