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

搜索资源列表

  1. smoot

    0下载:
  2. 最小二乘法拟合是一种曲线拟合方法,它不要求近似曲线过已知点,只要求尽可能反应数据点的基本趋势。这是它的C语言程序-Least square method is a curve fitting method, which does not require similar curves have been known, the only response to the extent possible, the basic trend of data points. This is the C lan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1325
    • 提供者:张霄霄
  1. ZXECF

    1下载:
  2. 最小二乘法2次曲线拟合应用已有的采样时间点,再现这些点所描述的2次曲线的变化,即求出一个二次曲线方程y=ax2+bx+c这个算法的主要问题也就是如何用给定的数据求方程系数abc-Least squares curve fitting application 2 has a sampling time points, reproduce these points 2 are described the change curve, which obtained a quadratic equatio
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:4471
    • 提供者:WANGYANNING
  1. two

    0下载:
  2. 最小二乘法 输入拟合点和要拟合曲线的次数(计算方法)-Least squares (method)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:91544
    • 提供者:allen
  1. pir-VB

    0下载:
  2. 用VB实现最小二乘法拟合曲线的功能,可以帮助一般的曲线绘制。-VB achieved by least square fitting curve of the features that help the general Curve.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1059
    • 提供者:tinkerguang
  1. leastSquares

    1下载:
  2. 基于VC++的最小二乘法拟合曲线,可以自动生成n次多项式,算法简洁明了。-VC++ based on the least-squares fitting curve, can automatically generate n polynomial, the algorithm clear and concise.
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:1050624
    • 提供者:yaoqin
  1. lss

    0下载:
  2. 最小二乘法,数值计算中经常使用到的算法,曲线拟合、方程组求解等-the least squared solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1731
    • 提供者:taoyqc
  1. VC-least-squares-curve-fitting-

    0下载:
  2. 关于VC的最小二乘法曲线拟合程序,有兴趣可以一试,进行调试-Least squares curve fitting program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:900
    • 提供者:白福明
  1. pp

    0下载:
  2. 最小二乘法曲线拟合程序,输出有拟合误差,拟合曲线的系数-Least-squares curve fitting procedure, the output error with fitting, curve fitting coefficient
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:禾禾
  1. ls-svdls

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。 -Least-squares method (also known as least squares) is a mathematical optimization techniques. It does thi
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:58046
    • 提供者:zjc
  1. a2q1

    0下载:
  2. 带插值条件的最小二乘法曲线拟合在油罐计量系统中的应用研究.-Least squares with interpolation condition curve fitting in the measurement system of applied research.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:361327
    • 提供者:de
  1. Least-Squre

    0下载:
  2. 最小二乘法拟合曲线C++代码,任意的M个数据,任意的次数N(N不易太高)。输出拟合曲线的表达式-Least Squre For ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1872121
    • 提供者:张本梁
  1. spline-fitting

    0下载:
  2. 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3675
    • 提供者:David
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. Least-Square-Fit-

    1下载:
  2. 最 小二乘法通常用于曲线拟合(least squares fitting) 。 这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-18
    • 文件大小:184320
    • 提供者:jimlank
  1. LeastSquare

    0下载:
  2. 可在vs2008中直接运行的界面软件,通过自行绘制离散数据点,使用最小二乘法进行高次拟合,并显示拟合曲线,可以直观的看出拟合准确性-Interface software can be run directly in vs2008 own drawing of discrete data points, using the least squares method, high-fit, and fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-30
    • 文件大小:13208872
    • 提供者:施金金
  1. nihe

    6下载:
  2. 已知一组实验数据 1 2 3 4 5 6 7 8 9 1 3 4 5 6 7 8 9 10 10 5 4 2 1 1 2 3 4 试用最小二乘法求它的多项式拟合曲线,并求出最低点的位置. -1,234,567,891,345,678,910 10 5 4 2 1 1 2 3 4 trial Least Squares Method polynomial fitting curve, and obtained a set of known experim
  3. 所属分类:Other systems

    • 发布日期:2015-07-01
    • 文件大小:8192
    • 提供者:
  1. cp

    0下载:
  2. 最小二乘法拟合曲线的一个小程序,采用C++程序,-Least-squares fitting curve C++ program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:793
    • 提供者:邹风
  1. Polynomial

    0下载:
  2. 对于具体实验时,通常不是先给出函数的解析式,再进行实验,而是通过实验的观察和测量给出离散的一些点,再来求出具体的函数解析式。又因为测量误差的存在,实际真实的解析式曲线并不一定通过测量给出的所有点。最小二乘法是求解这一问题的很好的方法,本实验运用这一方法实现对给定数据的拟合。-For specific experiments, usually not first given function analytic formula, and then experiment but given by th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-04
    • 文件大小:27690
    • 提供者:梧桐雨
  1. cnihe

    0下载:
  2. 这是一个根据给定的一些点,然后利用最小二乘法拟合出一条曲线的C语言代码,此代码经运行是可以的。-This is in accordance with a given point, and then using the least squares method to fit a curve C language code, this code by running.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:738
    • 提供者:顾定富
  1. quxiannihe

    0下载:
  2. 利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线。-c language curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:903
    • 提供者:徐航
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com