在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source. 下载
|
最小二乘法的拟合程序,用C语言实现.在压缩包中有具体说明.-least squares fitting procedure in C language. In a compressed specify. 下载
|
最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。, 下载
|
标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself 下载
|
c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fitting. Using least-squares method of curve fitting. Using p-1 polynomial fitting, p 下载
|
最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.- 下载
|
约束最小二乘方法,是新方法!本方法主要解决状态突发事件!-constrained least squares method, the new method is! This method is mainly to solve the state of emergency! 下载
|
最小二乘法,C++算法-least squares method, C Algorithm 下载
|
最小二乘拟和算法-least squares fitting algorithm 下载
|
提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several data fitting c code : Fitting a straight line (FIT); Two linear least-squares method ((LFIT, COVSRT), (SVDFIT, SVDVAR) (oddity), (FPOLY, FLEG) (example)); Nonlinear least 3 two multiplication ((MRQMIN (Levenberg - Marguardt), MRQCOF (evaluation)), FGAUSS (example)); 4 absolute deviation of the smallest linear fitting (MEDFIT (cal para), ROFUNC (example)). 下载
|