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

搜索资源列表

  1. sunSinglePointSurfacefit

    0下载:
  2. 基于移动最小二乘法的曲线曲面拟合实现,包含反距离加权(为效果对比)--(在VC或者VS上新建工程添加文件即可,main.cpp为主函数)-Curve and Surface Fitting Based on Moving Least-Squares Methods and Inverse Distance Weighting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:749964
    • 提供者:孙莹频
  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. zuixiaoercheng

    0下载:
  2. 最小二乘法进行曲线拟合,温度拟合,离散拟合-The method of least squares curve fitting, fitting temperature discrete fitting
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:1801
    • 提供者:石保敬
  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-fitting-curve

    0下载:
  2. 用matlab所学的知识,编写最小二乘法拟合程序,以解决物理实验中的最小二乘法拟合曲线以及相关系数等的问题。-With matlab learned, the preparation method of least squares fitting procedure to solve the problems of the least-squares fitting curve and correlation coefficient physics experiments.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:72355
    • 提供者:邓棋文
  1. Least-squares-fit

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

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

    0下载:
  2. 使用C++以及OpenCV实现的最小二乘法的平面拟合,以及应用平面拟合达到的图像背景去除,以及曲线拟合方法-Use C++ and OpenCV implementation of the least squares plane fitting, and the application reaches the image plane fitting background removal, and the curve fitting method
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1387445
    • 提供者:xiaoxian
  1. qxnh

    0下载:
  2. 本代码使用最小二乘法完成两特性曲线的拟合 可输入拟合点个数-Least squares curve fitting
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:1525
    • 提供者:deng eric
  1. Tuboshu

    0下载:
  2. 最小二乘法拟合曲线,对于数据的拟合做法给与了详细解释,本人实验过,很有用。-Least-squares fitting curve fitting approach for the data to give a detailed explanation, I experimented, very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:1002
    • 提供者:刘飞
  1. zuixiaoerchengfa

    1下载:
  2. 本人收集matlab实现最小二乘法线性、一元多项式拟合、多元二次拟合、自编函数曲线拟合程序,有文档说明-I collect the linear least squares method matlab realize, one yuan polynomial fitting, multivariate quadratic fit, self-function curve fitting procedures, documentation
  3. 所属分类:matlab例程

    • 发布日期:2017-05-04
    • 文件大小:1535280
    • 提供者:华工小唐
  1. matlab-PLS

    0下载:
  2. 曲线拟合,函数逼近,预测,偏最小二乘法!-Curve fitting, function approximation, forecast, partial least squares.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:638
    • 提供者:peng yunfa
  1. curvefit

    0下载:
  2. 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok-Using least squares curve fitting. With p-1 order polynomial fit, p <= 10 x, y 0 of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:
  1. lms

    0下载:
  2. 最小二乘法拟合曲线求值,根据所得系数获得原始方程式的大小,进行进一步处理-Evaluation of least squares curve fitting, the basis of the coefficients of the equation to obtain the original size, for further processing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:798
    • 提供者:谢龙
  1. RGBFormat

    0下载:
  2. rgb格式图象插件...曲线拟合的线性最小二乘法 最小二乘法及其 3.1 曲线拟合的线性最小二乘法及
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:5214
    • 提供者:Aa1111
  1. zjqxszx

    0下载:
  2. 本算例用正交多项式,采用最小二乘法拟合散点函数曲线,程序为MATLAB编写!-zuixiao ercheng duoxiangshi
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:854
    • 提供者:xuchenkui
  1. Nihe

    0下载:
  2. 曲线拟合的最小二乘法,给定的点数据从文件中读入,文件中第一个数为给定数据个数,第二个数为拟合曲线的次数。结果从屏幕上输出。-The least squares curve fitting, given point data read from a file, the file number is given first number of data, the second number is the number of curve fitting. The results output from
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:256195
    • 提供者:HanG
  1. zuixiaoerchengfa

    0下载:
  2. 我把它做成一个简单的GUI界面这个程序的核心是用最小二乘法进行曲线拟合。通过界面来操作非常的方便 很实用的-I made it the core of a simple GUI interface of this program is to use the least squares method of curve fitting. Through the interface is very easy to operate very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:99770
    • 提供者:李雷
  1. Least-Squares

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

    • 发布日期:2017-04-17
    • 文件大小:484769
    • 提供者:
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com