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

搜索资源列表

  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. 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2014-01-17
    • 文件大小:119836
    • 提供者:i1j2k3
  1. 最小二乘法直线拟合

    3下载:
  2. 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:785
    • 提供者:李文
  1. zui_xiao_er_cheng_fa

    0下载:
  2. 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1600
    • 提供者:lining
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  1. Write

    0下载:
  2. 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5959
    • 提供者:dengwei
  1. Debug

    0下载:
  2. 最小二乘法直线拟合程序 最小二乘法直线拟合程序-Linear least squares fitting procedure fitting a straight line least squares procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:170323
    • 提供者:dengwei
  1. 1111

    0下载:
  2. 最小二乘法直线拟合 最小二乘法直线拟合-Linear least squares fitting a straight line least squares fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3181
    • 提供者:王钰
  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. 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. Least_quare_straight_line_Fit

    0下载:
  2. c#最小二乘法直线拟合,任意点的数目,求出最佳拟合直线方程并绘制-c# least squares linear fit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:47898
    • 提供者:孙崇利
  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. zxec

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

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

    0下载:
  2. .NET与Matlab结合 —— 最小二乘法直线拟合(C#)-. NET integration with Matlab- least squares fitting a straight line (C#)
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:44062
    • 提供者:dc
  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
    • 提供者:肉肉蓉
« 12 »
搜珍网 www.dssz.com