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

搜索资源列表

  1. 最小二乘法直线拟合程序

    4下载:
  2. 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2924
    • 提供者:liu
  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. 最小二乘法多次曲线拟合算法

    2下载:
  2. 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23618
    • 提供者:鲁班
  1. erchengfa

    0下载:
  2. 最小二乘法曲线拟合程序代码,可以直接从点生成曲线,windows界面-giygikgiufiuihkfiugfvyjfgkugj
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:52420
    • 提供者:shidaqiao
  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. CurveInterpo

    0下载:
  2. 曲线拟合的最小二乘法,简洁清晰版.为pdf格式-The least squares curve fitting, clear and concise version. For pdf format
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:129163
    • 提供者:李义
  1. Least-squaresfittingalgorithm

    0下载:
  2. 用最小二乘法实现曲线拟合算法,通过给定的数据拟合出一条曲线-Using least squares curve fitting algorithm to achieve, through the given data fitting a curve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:55353
    • 提供者:zhangmin
  1. WindowsApplication1

    0下载:
  2. 用C#编写的多元线性回归的最小二乘法,实现曲线的拟合~~ -Written in C# using multiple linear regression least square method, fitting a curve ~ ~
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:40478
    • 提供者:xiaopang
  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. polyfit

    0下载:
  2. 最小二乘法曲线拟合,拟合次数最高可到20次,次数越高误差会越大-polyfilt function using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:周峰华
  1. 最小二乘法多次曲线拟合

    0下载:
  2. 因本人项目用到最小二乘法多次曲线拟合,便抽时间写了一个实现的程序,不敢独享,
  3. 所属分类:其他小程序

    • 发布日期:2017-01-28
    • 文件大小:3001
    • 提供者:5312517@qq.com
  1. nihe

    0下载:
  2. 将点用最小二乘法拟合成曲线,可以选择拟合曲线的阶数(The least squares method is used to synthesize the curves)
  3. 所属分类:其他

  1. 矩阵运算

    0下载:
  2. 用最小二乘法对时间序列进行周期拟合,求出周期曲线的参数,并求出拟合的精度评价。(The least square method is used to fit the time series, the parameters of the periodic curve are obtained, and the accuracy of the fitting is evaluated.)
  3. 所属分类:其他

  1. Class1

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

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:FY1
  1. matlab编写的增广的最小二乘辨识程序

    0下载:
  2. matlab曾广最小二乘辨识程序,利用增广最小二乘法编写程序,完成系统辨识(Matlab once wide least square identification program)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:liyuqi61148
  1. Ipopt

    0下载:
  2. 最小二乘法曲线拟合,最小二乘法,曲线拟合(Least squares curve fitting)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2618368
    • 提供者:chendian
  1. function

    0下载:
  2. 进行双加权最小二乘法拟合疲劳寿命数据,得到疲劳极限以及S-N曲线(Fitting fatigue life data with double weighted least square method)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:8192
    • 提供者:廉佳佳
  1. MATLAB 求最小二乘法系数

    3下载:
  2. 用MATLAB进行三次曲线的拟合,并运用最小二乘法求各个系数,得出曲线方程(The three curves are fitted with MATLAB, and the coefficients are obtained by using the least square method, and the curve equation is obtained.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:526336
    • 提供者:欧~
  1. 拟合圆心半径

    0下载:
  2. 用最小二乘法拟合求曲线圆心和半径。用vs2013平台开发。(The center and radius of the curve is calculated by least squares fitting. Develop with vs2013 platform.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:56628224
    • 提供者:35435
  1. 曲线拟合

    2下载:
  2. 最小二乘法实现曲线拟合,返回拟合多项式系数(Least Squares Method for Curve Fitting)
  3. 所属分类:Windows编程

    • 发布日期:2021-01-25
    • 文件大小:12288
    • 提供者:relax@z
« 12 3 »
搜珍网 www.dssz.com