搜索资源列表
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘法直线拟合
- 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
最小二乘法曲线拟合
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
实验7-线形拟合
- 1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using pra
最小二乘法直线拟合 用VC实现的
- 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
circle_fitting
- 能够实现对圆周候选点进行最小二乘拟合,得到拟合圆的圆心坐标及其半径-circumference can be achieved right candidate points least squares fitting, be fitting circle's center coordinates and radius
anglcau
- 在点云处理中,我们通常需要知道两个面的夹角,这个小程序通过最小二乘拟合。求的两个面的夹角,供参考。-in point cloud processing, we often need to know the angle between two faces, the small least-squares fitting procedure. For the angle between the two face for reference.
3467485rj
- 最小二乘拟合:用C#语言写成的最小二乘法拟合而成的-least squares fitting : C# language of the least squares fit into the
bianliangshuju
- 回报pudn的程序,毕业论文,实时数据的最小二乘拟合,界面设计,VC程序,有完整的注释。-Return pudn procedures, thesis, real-time data of the least-squares fitting, interface design, VC procedures have complete notes.
calypoly
- 可以完成2-20次的最小二乘拟合运算,精度与MATLAB做过对比,满足一般工业运算需求-2-20 times to complete the least-squares fitting calculations, the accuracy compared with the MATLAB done to meet the demand for general industrial operations
orthrecurs
- 用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数-With recursive orthogonal polynomials law department, that is seeking alpha [j+ 1], beta [j] the
zuixiaoerchengnihepdf
- 最小二乘拟合pdf,数学原理介绍以及应用,不错的文章-Least-squares fitting pdf, introduction and application of mathematical principles, a good article
ls.mom.estimation
- 给定数的最小二乘拟合以及在给定两组数据下用矩法估计以及用拟和估计得对比-Given the number of least-squares fitting, as well as the two groups in a given data is estimated using moment method and estimated to be as well as a contrast
最小二乘拟合,kf
- 包括两个简单卡尔曼滤波例子和一个最小二乘法例程(Filtering and least squares)
最小二乘法曲线拟合
- 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
多项式最小二乘拟合与龙贝格积分法
- 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
最小二乘拟合的两种求参方法
- 最小二乘拟合曲线;系统建模与辨识课程中所用到的两个最基础的程序(Least squares fitting curve,The two most basic programs used in the system modeling and identification course)
最小二乘法拟合程序
- 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)