Description: 最小二乘曲线拟合算法(用最小二乘法求给定数据点的拟合多项式)-least squares curve fitting algorithm (with the least-squares method for the given data points of polynomial fitting) Platform: |
Size: 2048 |
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 curve fitting to solve the problem. Procedures can be expanded, that is fitting point polynomial curve fitting with the (number of) procedures are as input. Platform: |
Size: 1024 |
Author:叶枫 |
Hits:
Description: 多项式二次曲线拟合程序!用于实验设计!另有画图函数并且可以进行方差分析1-quadratic polynomial curve fitting procedures. For the experimental design! Another drawing functions can be carried out an analysis of variance Platform: |
Size: 78848 |
Author:cds |
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: 两种曲线拟合的算法,对直线,多项式进行拟合,并得出其计算公式-Two kinds of curve fitting algorithms, for linear, polynomial fitting, and come to its formula for calculating Platform: |
Size: 94208 |
Author:sdfkl |
Hits:
Description: 曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合-Curve fitting of small tools, including on the number of fitting, polynomial fitting, straight fitting, exponential fitting, by fitting power Platform: |
Size: 4096 |
Author:guhaipeng |
Hits:
Description: Animation for
1. Polynomial fitting
2. First, second, and third order Taylor expansion of a curve
- Animation for
1. Polynomial fitting
2. First, second, and third order Taylor expansion of a curve
Platform: |
Size: 1024 |
Author:ev4nsence |
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: At SRRC, a precision output current monitoring
system is installed to monitor the output performance of
all the booster/storage ring power supplies. Accurate DC
current transformers (DCCTs) are attached to the output
terminal of every power supply system. Each
transformer s gain/offset are carefully calibrated against
high precision current source and approximated using
high-order polynomial curve fitting. The output of each
DCCT is connected to multi-channels data logger for realtime
data collection, the collected data are calibrated
using the interpolated DCCT gain/offset value. A PC
station is set up to serve as host to store the current output
for real-time monitoring. This monitoring system provide
a precise real-time database for rapid fault diagnosing
whenever there is malfunction of the beam operation Platform: |
Size: 517120 |
Author:john hice |
Hits:
Description: 曲线拟合,在众多的样本点中进行拟合,找出满足样本点分布的多项式-Curve fitting, in a large number of sample points were fitted to identify the distribution of sample points satisfy the polynomial Platform: |
Size: 179200 |
Author:马晓龙 |
Hits:
Description: 8阶以下多项式曲线拟合的mfc源码,自己写的,可行有效。-8-order polynomial curve fitting of the following mfc source code, wrote it myself, feasible and effective. Platform: |
Size: 225280 |
Author:rexlc |
Hits:
Description: 利用labview设计:
设计一台实用的曲线拟合仪,由用户选择实验数据的输入方式。对已给定的实验数据,用户可方便的选用线性、指数、多项式种曲线拟合方式,并直观地给出各种拟合方式的拟合结果,此VI还具有保存实验数据的功能。
录音机 (可以回放)-The labview design: design a practical curve fitting instrument experimental data selected by the user input. Given experimental data, the user can use linear, exponential, polynomial curve fitting way, and intuitive fitting results give a fitting way VI also has saved the experimental data function. Recorder (can playback) Platform: |
Size: 68608 |
Author:Haibin Zhang |
Hits: