搜索资源列表
点的线性拟合
- 点的线性拟合算法示例-point linear fitting algorithm Example
最小二乘法线性拟合
- 最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
向量旋转及一维线性回归、相关系数
- 向量按照给定角度旋转后新坐标、计算x--y数据线性拟合系数及相关系数。
非线性拟合算法
- 包含了各种给线性拟合算法
分段拟合的matlab源码
- 这是很好用的分段拟合代码,最小二乘线性拟合和三次拟合的分段拟合源码,并成图,非常实用。
一元线性拟合
- 一元线性拟合
zui_xiao_er_cheng_fa
- 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible wit
ols
- 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
FIT
- 一个对点列进行线性拟合的例子-Points out a linear fitting example
MATlAB_non_linear_fitting
- 用matlab实现对已知数据的非线性拟合及数据预测-Using matlab implementation of the known non-linear fitting of data and data prediction
matlab插值与数据拟合
- 使用matlab的插值与数据拟合,含有插值原理,方程,插值方法有:拉格朗日多项式插值,分段线性插值,三次样条插值,最小二乘法,有多个实例(有源码、语句、结果、图像等)
作业14
- labview线性拟合,数据存储,数据写入,多种方式拟合曲线(labview Linear fitting)
duoweixianxingnihe
- 本程序主要用于寻找多自变量与单因变量之间的线性拟合以寻找数据之间存在的某种线性关系,并可以实现后期寻找各因素影响主次关系。(This procedure is mainly used to find the linear fit between multiple autonomous variables and single dependent variables to find a linear relationship between the data, and can achieve th
MATLAB实现线性拟合和相关系数 源程序代码
- Matlab源程序:可以实现线性拟合相关系数(Matlab source: linear correlation coefficient can be achieved)
曲线拟合
- 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear algebra knowledge, find out the
第8章 数据拟合
- 数据拟合,回归算法,一次回归,多次回归,线性拟合,非线性拟合(Data fitting, regression algorithm, primary regression, multiple regression, linear fitting, nonlinear fitting)
实现直线识别_拟合角平分线
- 最近在学习matlab所以上传了较多关于matlab的代码,如果有学数值计算的同学,这里面是线性拟合与直线识别的相关内容(Recently, in learning Matlab, I uploaded more code about MATLAB. If there are students who learn numerical calculation, it is related to linear fitting and line recognition.)
last_linfit
- 处理遥感图形,将时间序列进行分布式线性拟合(Processing remote sensing graph and distributed linear fitting of time series)
滤波及线性拟合算法
- 高通、低通滤波算法,及线性拟合算法C#源码
labview拟合
- labview的曲线拟合,包括线性拟合,多项式拟合,有输入有输出(Curve fitting of LabVIEW, including linear fitting, polynomial fitting, with input and output)