多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
资源简介:多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want ...
上传时间: 2013-12-18
上传用户:宋桃子
资源简介:任意阶的多项式曲线拟合方程,附三角maxtix分解
上传时间: 2014-01-02
上传用户:gtf1207
资源简介: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个...
上传时间: 2014-01-12
上传用户:变形金刚
资源简介:MATLAB插值与拟合(线性拟合函数:regress() 多项式曲线拟合函数:polyfit( ) 多项式曲线求值函数:polyval( ) 多项式曲线拟合的评价和置信区间函数:polyconf( ) 稳健回归函数:robust( ) 向自定义函数拟合 )
上传时间: 2015-10-08
上传用户:qb1993225
资源简介:代数多项式曲线拟合与最小二乘法PDF文档
上传时间: 2016-09-03
上传用户:luke5347
资源简介:多项式曲线拟合C++Templete实现
上传时间: 2017-02-12
上传用户:时代电子小智
资源简介:利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。
上传时间: 2017-03-04
上传用户:熊少锋
资源简介:二乘法曲线拟合 //X,Y -- X,Y两轴的坐标 //M -- 结果变量组数 //N -- 采样数目 //A -- 结果参数
上传时间: 2015-04-06
上传用户:wl9454
资源简介:曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)
上传时间: 2015-07-19
上传用户:ccclll
资源简介:对任意基本函数组合进行最小二乘曲线拟合的源程序。
上传时间: 2015-10-07
上传用户:Late_Li