搜索资源列表
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
最小二乘法曲线拟合
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
最小2乘发曲线拟和
- 最小二乘法拟和曲线,两个程序,大家-least squares fitting curves, the two procedures, we look at
最小二乘法的曲线拟合
- 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
最小二乘法直线拟合程序
- 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
shuzhiniheyubijin
- 数值拟合与逼近方面的,包括:最小二乘曲线拟合,切比雪夫曲线拟合,最佳一致逼近多项式里米慈法,矩形域的最小二乘曲面拟合-numerical fitting with the approximation, including : least squares curve fitting, Chebyshev curve fitting, best polynomial approximation centimeters chee, recta
curve_drawup
- 用最小二乘法来解决曲线拟合问题。程序具有可扩展性,即拟合点与多项式拟合曲线(的次数)都作为程序的输入。-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) pr
code
- Visual Bisic\最小二乘法拟合曲线算法.rar-Visual Bisic least squares curve fitting algorithm. Rar
CurveFitting2
- 曲线最小二乘拟合方法,用最小二乘法拟合取向数据。可用数据点反求控制点。-Least squares curve fitting method, using least square method-oriented data. Reverse data points available control points.
smooth
- 这是关于最小二乘法拟合的C程序 拟合是指根据已知点的值构造曲线-This is on the least squares fitting procedure fitting the C refers to the basis of known points, the value of structural curve
nihe
- 拟合曲线有很多方法,本资料是用最小二乘法拟合曲线的MATLAB源代码-There are many ways fitting curve, the data are least square fitting curve with MATLAB source code
最小二乘法曲线拟合
- 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
正交多项式最小二乘拟合
- 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
多项式最小二乘拟合与龙贝格积分法
- 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
mrUV
- 文件的读取、拼接,最小二乘拟合,曲线拟合,并做散点图(Reading and splicing of files, fitting of least squares, fitting of curves, and making scatter plot)
最小二乘拟合的两种求参方法
- 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)
最小二乘
- 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达(The least square method, also known as the least square method, is a mathematic