CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - least square curve fit
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - least square curve fit - List
[
Algorithm
]
CurveFit_Poly
DL : 0
多项式曲线拟合 任意介数 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
Date
: 2025-12-17
Size
: 12kb
User
:
bilka
[
Algorithm
]
Algorithm-gor-least-square-fit-curve
DL : 0
程序中的算法为使用最小二乘法拟合曲线,输入N个数据,可使用该程序拟合出N-1次的曲线函数,输出为函数各项的系数。-Program algorithm using a least squares fit curves N input data, you can use this program to fit the curve function N-1 times the output as a function of the coefficients.
Date
: 2025-12-17
Size
: 1.08mb
User
:
李源
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.