多项式曲线拟合 任意介数 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.
标签: Least-squares arbitrary Purpose Builder
上传时间: 2013-12-18
上传用户:宋桃子
计算最小二乘法ordinary least squares
上传时间: 2013-12-15
上传用户:dongqiangqiang
C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm. levmar includes double and single precision LM versions, both with analytic and finite difference approximated jacobians
标签: Levenberg-Marquardt implementation non-linear algorithm
上传时间: 2013-12-28
上传用户:gxf2016
基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
标签: algorithm program fitting squares
上传时间: 2016-07-07
上传用户:VRMMO
最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。 最小二乘法通常用于 曲线拟合 (least squares fitting) 。这里有 拟合圆曲线 的公式推导过程 和 vc实现。
标签: analysis squares least 最小二乘法
上传时间: 2016-09-06
上传用户:cuibaigao
Least-squares searching for receiver position.Given 4 or more pseudoranges and ephemerides.
标签: Least-squares pseudoranges ephemerides searching
上传时间: 2013-12-28
上传用户:亚亚娟娟123
加权最小二乘法&最大最小化优化算法 weighted least-squares + weighted min-max optimization
标签: weighted least-squares optimization min-max
上传时间: 2014-01-07
上传用户:stella2015
盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array
标签: Recursive Algorithm Constant Adaptive
上传时间: 2014-06-30
上传用户:helmos
a copylefted C/C++ implementation of the Levenberg-Marquardt non-linear least squares algorithm
标签: Levenberg-Marquardt implementation copylefted non-linear
上传时间: 2013-12-15
上传用户:大三三
contains documents about new insights into the recursive least squares algorithm and a sample matlab code for rls algorithm
标签: algorithm documents recursive contains
上传时间: 2017-04-13
上传用户:我干你啊