CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最小二乘法直线拟合

搜索资源列表

  1. Least QuadraticFiter

    0下载:
  2. 最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done ear
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6709
    • 提供者:海明
  1. fit_line

    0下载:
  2. //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -/ / linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:qiao
  1. 直线度检测

    0下载:
  2. 用最小二乘法拟合出机床导轨运动时的直线,从而可以对机床导轨的直线度误差进行检测- Fits time the engine bed guide rail movement with least squares method the straight line, thus may carry on to the engine bed guide rail straight dimension error examines
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3562
    • 提供者:王杰
  1. Data-fitting-methods

    2下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6066
    • 提供者:ldg
  1. line2

    0下载:
  2. 最小二乘法直线拟合算法,用VC写的,比较容易看懂的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:119836
    • 提供者:i1j2k3
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. Linear_least_squares_fitting_procedure

    0下载:
  2. 最小二乘法的拟合直线的C++源代码,供参考。-Least squares method of fitting a straight line of C++ source code for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:聂鑫鑫
  1. final

    0下载:
  2. 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:402213
    • 提供者:高超
  1. spec

    0下载:
  2. 对两组数据进行最小二乘法拟合并得出拟合直线的斜率-using the least square algorithm to make the regression and get the slope of the line
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1946
    • 提供者:毕丽思
  1. LeastQuadraticFiter

    0下载:
  2. 基于最小二乘法对离散的数据点进行直线拟合,能够最大程度的实现总误差的最小化-Least squares method based on discrete data points on the straight line fitting, to the greatest degree of implementation to minimize the total error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6713
    • 提供者:李想懂
  1. min

    0下载:
  2. 最小二乘法,实现了直线拟合,和曲线拟合的功能-Least squares method, to achieve a straight line fitting, and curve fitting function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:2027717
    • 提供者:mayaojie
  1. curve-fitting

    0下载:
  2. 曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:97271
    • 提供者:落笔天外
  1. zxec

    0下载:
  2. 最小二乘法源代码。可以用来计算最小二乘法最佳拟合直线-Can be used to calculate the least squares best fit straight line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1436865
    • 提供者:巫文斌
  1. linear_least_squares

    0下载:
  2. C++写的 最小二乘法直线拟合 程序 附源码-Written in C++ linear least squares fitting procedure with source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:69395
    • 提供者:tigerlee
  1. VB(The-least-square-method)

    0下载:
  2. 多点采样的最小二乘法直线拟合算法vb编程.-The least square method, linear fitting.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1101
    • 提供者:tom
  1. fitting-code

    0下载:
  2. vb6.0编写的最小二乘法直线拟合、二次曲面拟合程序,线性方程组采用列主元高斯消去法。-vb6.0 prepared by the method of least squares fitting a straight line, the quadratic surface fitting procedure, linear equations using Gaussian elimination main-element.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:14547
    • 提供者:xft
  1. quxiannihe

    0下载:
  2. 曲线拟合,包括直线、平面、椭圆,还有最小二乘法曲线拟合-Curve fitting, line, plane, oval, as well as the method of least squares curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:91833
    • 提供者:肉肉蓉
  1. fuikan

    0下载:
  2. 采用累计贡献率的方法,直线阵采用切比学夫加权控制主旁瓣比,利用最小二乘法进行拟合多元非线性方程。- The method of cumulative contribution rate Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Multivariate least squares fitting method of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5254
    • 提供者:贾生让
  1. kuiqeng

    0下载:
  2. 利用最小二乘法进行拟合多元非线性方程,直线阵采用切比学夫加权控制主旁瓣比,自写曲率计算函数 。- Multivariate least squares fitting method of nonlinear equations, Linear array using cut than learning laid upon the right control of the main sidelobe ratio, Since writing the curvature calculation fu
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4376
    • 提供者:iyqmu
  1. OLS

    0下载:
  2. 该程序可以实现直线、平面的正交拟合,压缩包内附带示例数据(The program can achieve a straight line, plane orthogonal fitting, compressed sample data attached to the package)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:13312
    • 提供者:keaSSy
« 1 23 4 »
搜珍网 www.dssz.com