Description: 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍-least square approximation (least-squares approximation) to get a group of discrete (discrete) data point to the approximate function (approximating function), the experimental data are often using the least square approximation to reach a secret curve (curve fitting) . Outlined below are the least square approximation is used as a polynomial approximation functions, in addition to polynomials, the index several right formula may be used as a similar function. On the smallest square approximation calculation principles, please refer to the numerical analysis of the market books Platform: |
Size: 3297 |
Author:三米 |
Hits:
Description: 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數據點的近似函數 (approximating function),作實驗所得的數據亦常使用最小平方近似法來達成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數,除了多項式之外,指數、對數方程式亦可作為近似函數。關於最小平方近似法的計算原理,請參閱市面上的數值分析書籍-least square approximation (least-squares approximation) to get a group of discrete (discrete) data point to the approximate function (approximating function), the experimental data are often using the least square approximation to reach a secret curve (curve fitting) . Outlined below are the least square approximation is used as a polynomial approximation functions, in addition to polynomials, the index several right formula may be used as a similar function. On the smallest square approximation calculation principles, please refer to the numerical analysis of the market books Platform: |
Size: 3072 |
Author:三米 |
Hits:
Description: 用最小二乘法来进行函数模拟。对输入的数据构造一个多项式。-using the method of least squares to function simulation. Of input data structure a polynomial. Platform: |
Size: 412672 |
Author:liuhua |
Hits:
Description: 多项式曲线拟合 任意介数 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.-Polynomial curve fitting the number of arbitrary referral Purpose- Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector Platform: |
Size: 12288 |
Author:bilka |
Hits:
Description: 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程
-Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For weighted fitting, and estimated by least square method. It combines the traditional local polynomial fitting, locally weighted regression as well as strong robustness of the fitting process Platform: |
Size: 3072 |
Author:wanghuaqiu |
Hits:
Description: 理解函数插值与拟和的基本原理。掌握多项式插值、样条插值以及最小二乘法拟和的编程实现。-Interpolation and to understand the function and basic principles. Have polynomial interpolation, spline interpolation and least square method and the programming to be. Platform: |
Size: 239616 |
Author:小宁 |
Hits:
Description: Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the exhaustive function POLYFITN Platform: |
Size: 8192 |
Author:Karthikeyan |
Hits:
Description: 可以进行最小二乘法拟合和多项式拟合!其他还有误差相关数据分析。-Can least square fitting and polynomial fitting! Others include the error related to data analysis. Platform: |
Size: 51200 |
Author:lixiaowei |
Hits:
Description: 利用最小二乘法计算N个数据点的拟合多项式。-calulating the fitting polynomial of n grid data using the least Square Method Platform: |
Size: 1024 |
Author:曾淑玲 |
Hits:
Description: 由已知的一些散点,用最小二乘法来拟合多项式。-Some scattered points from the known, the least square method to fit the polynomial. Platform: |
Size: 1024 |
Author:yuqi |
Hits:
Description: 用最小二乘法,在已知函数点x0,x1……xn的函数值y0,y1……yn的情况下,求拟合多项式-The least square method, the known function points x0, x1 ... ... xn of the function values y0, y1 ... ... yn circumstances, find fitting polynomial Platform: |
Size: 1024 |
Author:陈炎龙 |
Hits:
Description: 用matlab统计不同距离的RSSI值,画折线图,并最将各距离处平均值用最小二乘法拟合成3到5项多项式曲线-RSSI value of the matlab statistics at different distances, draw a line chart, and most average each distance with the least square method were fitted polynomial curve of 3-5 Platform: |
Size: 4096 |
Author:880614 |
Hits:
Description: 实现对离散数据的最小二乘法拟合,得到多项式表达式-Least squares fit of the discrete data obtained polynomial expression Platform: |
Size: 1024 |
Author:施金金 |
Hits:
Description: 基于最小二乘的多项式拟合法的GPS周跳探测程序-Based on the least square polynomial fitting method of GPS cycle slip detection program
Platform: |
Size: 1024 |
Author:马超 |
Hits:
Description: “lsa-poly” is a polynomial least square fitting tool. e.g.: lsa-poly -f data.dat -x 1 -y 2 -n “-7 -2 0 4” -oe will fit column 2 with column 1 of data.dat, and the fitting function consists of x^-7. x^-2, x^0 and x^4 terms.
=====================
The source code is compressed with two precompiled binaries, the MacOS X 10.9 and Ubuntu 11 on Linux 3.0.0.14 (64 bit). Platform: |
Size: 87040 |
Author:孙谨 |
Hits:
Description: 利用基于最小二乘法的多项式拟合算法处理商业数据,包含源码(Using the polynomial fitting algorithm based on the least square method to deal with commercial data, including the source code) Platform: |
Size: 1779712 |
Author:hgfji |
Hits: