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

搜索资源列表

  1. hpir10

    1下载:
  2. 最小二乘曲线拟合算法(用最小二乘法求给定数据点的拟合多项式)-least squares curve fitting algorithm (with the least-squares method for the given data points of polynomial fitting)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1949
    • 提供者:小康
  1. 20060401

    0下载:
  2. 二阶曲线拟合,最小二乘法,此程序是在c++ builder6.0环境下开发的-second curve fitting, least squares method, this procedure is in c builder6.0 development of the environment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:382648
    • 提供者:zsq
  1. cal_line

    0下载:
  2. 可以用来拟合任意阶的曲线,属于非加权最小二乘法-can be used to fit the curve of arbitrary order, belonging to the non-weighted least squares method
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:潘小从
  1. HPIR1

    1下载:
  2. 最小二乘法拟合曲线的算法-Algorithm gor least square fit curve.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1107
    • 提供者:铁旭
  1. xiaoyi

    0下载:
  2. 最小二乘法曲线拟合 作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 //最小二乘法曲线拟合 typedef CArray<double,double>CDoubleArray BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8643
    • 提供者:rere
  1. 2x

    0下载:
  2. 利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:gsx
  1. polyfit

    1下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4131
    • 提供者:石林
  1. Correlation1

    0下载:
  2. //=== === === === === === ===== //函数说明 //函数名称:Correlation //函数功能:计算最小二乘法拟合的多项式的相关系数 //使用方法:int M------ 拟合多项式的阶数(已知条件) // double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件) // double *x--- 结点x轴数据(已知条件) // double *y--- 结点y轴数据(已知条件) // double
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1073
    • 提供者:石林
  1. zxecfym

    0下载:
  2. 最小二乘法的例程,可以对数据进行线性拟合.由于源码较短只能进行直线拟合,曲线拟合的源码我稍后上传.-least squares method of programming, with the linear data fitting. As the only source for a shorter fitted to a straight line Curve fitting, I later upload source.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:刘馨泽
  1. zuixiaoercehngfa

    0下载:
  2. 最小二乘法的计算,可以达到最佳的曲线拟合-Least squares method of calculation, you can achieve the best curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:411415
    • 提供者:cuijian
  1. TwoMul

    0下载:
  2. 本程序代码主要实现用最小二乘法实现曲线的拟合-The main achievement of the program code using least squares curve fitting method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1232
    • 提供者:明子
  1. suanfa4

    0下载:
  2. 最小二乘法的多项式曲线拟合,在数值分析中对误差分析使用的非常多!-equation solver
  3. 所属分类:Algorithm

    • 发布日期:2016-08-19
    • 文件大小:1361
    • 提供者:张俊龙
  1. least_squares_fitting

    0下载:
  2. 实现最小二乘法的拟合,适用于曲线的拟合,其广泛运用于当今科研等实际工作中-Implement least squares fitting curve fitting for its widely used today in practical work and scientific research
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3219
    • 提供者:爱爱爱
  1. zuixiaoerchengfa

    0下载:
  2. 最小二乘法的二次曲线拟合程序,很好用 最小二乘法的二次曲线拟合程序,很好用-Quadratic least squares curve fitting program, easy to use Quadratic least squares curve fitting program, easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:709
    • 提供者:熊瑛
  1. quxiannihe

    0下载:
  2. 最小二乘法的实现曲线拟合功能,可以用于各种数据处理。-The least squares method of curve fitting function can be used for a variety of data processing.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:201968
    • 提供者:郭爽
  1. CurFit-Dichotomy

    0下载:
  2. VS2010环境,C++代码实现的:最小二乘法的多项式曲线拟合,二分法与牛顿法求多项式的解。代码清晰,可简单修改使用。经自己测试正确。-VS2010 environment, C++ code to achieve: the method of least squares polynomial curve fitting, the dichotomy Newton method for the solution of the polynomial. The code is clear and s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:10704
    • 提供者:long
  1. Least-squares-fit

    0下载:
  2. 曲线的最小二乘拟合,本文件通过最小二乘法进行曲线的拟合,-Least-squares fit
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:3901
    • 提供者:weishao
  1. Least-Squares

    0下载:
  2. 曲线拟合的最小二乘法的C语言的实现,可以进行曲线拟合-The least squares curve fitting of the C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:484769
    • 提供者:
  1. fitted-curve

    0下载:
  2. 基于最小二乘法的离散点拟合曲线程序,可以拟合直线,圆,二次曲线-Discrete point curve fitting procedure based on the least square method, can be fitting a straight line, circle, two times curve
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5339708
    • 提供者:铁鸟
  1. Least-Squares

    0下载:
  2. 最小二乘法是系统辨识中最经典的方法,它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。其中,RLS是递推最小二乘法程序,ELS是增广递推最小二乘法的程序。- System identification least squares method is the most classic method, which
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:原文宾
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com