搜索资源列表
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法曲线拟合
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
NH
- Nh.for 最小二乘曲线拟合-Nh.for Least squares algorithm curve fitting
ercheng
- 最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output varia
最小二乘法直线拟合程序
- 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
hpir10
- 最小二乘曲线拟合算法(用最小二乘法求给定数据点的拟合多项式)-least squares curve fitting algorithm (with the least-squares method for the given data points of polynomial fitting)
shuzhiniheyubijin
- 数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, recta
ref-1
- 最小二乘法曲线拟合程序, 最小二乘法曲线拟合程序。-least squares curve fitting procedures, least squares curve fitting procedures.
LeastSquare
- 用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
FittingApproximationliuying
- 拟合与逼近头文件, 最小二乘曲线拟合。-fitting with the first approximation documents, least squares curve fitting.
nihe
- 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。-Least squares curve fitting, in which the main function spir0.c stored, compiled to run the file, the program using vc language.
smooth
- 最小二乘法曲线拟合算法,简单清晰,可以实际应用-smallest 2 smooth ,visual c++,simple,
fitting_criterion
- 实现对函数的拟合与逼近 hpirl 最小二乘曲线拟合 hchir 切比雪夫曲线拟合 hremz 最佳一致逼近的里米兹方法 hpir2 矩形域的最小二乘曲面拟合-asdf
zuixiaoercheng
- 最小二乘曲线拟合,显示源数据折线图,然后采用一个一元三次方程拟合曲线,生成曲线图-least-squares method to calculate the formula
hpir
- 本程序用C++语言编写了最小二乘曲线拟合的程序,在VC2008环境中运行成功,并给出了一个实例。 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[
最小二乘曲线拟合
- 可用于有误差的数据的处理,更好的拟合数据(Can be used for data processing)
最小二乘法曲线拟合
- 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
最小二乘拟合的两种求参方法
- 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)