CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - least-squares curve fitting

搜索资源列表

  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. Leastsquarscurvefitting

    0下载:
  2. 主要功能是最小二乘曲线拟合,根据一系列的点,拟合出一条直线-Main function is least squares curve fitting, based on a series of points, fitting a straight line
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1011
    • 提供者:xiaoing
  1. Gaussian_curve

    0下载:
  2. 最小二乘法高斯曲线拟合,基于最小二乘法拟合高斯曲线,包括最小二乘实现和多峰高斯曲线拟合调用-Least squares Gaussian curve fitting
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1099
    • 提供者:lan zhou
  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. 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. RongBingShiJian_2

    0下载:
  2. 基于最小二乘法的曲线拟合,可以实现散点图和曲线图形的快速绘制-Curve fitting based on least squares method
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1642
    • 提供者:胡建平
  1. cp

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

    • 发布日期:2017-03-31
    • 文件大小:793
    • 提供者:邹风
  1. hanshuubijin

    1下载:
  2. 用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 -By using Chebyshev poly
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6144
    • 提供者:吕文旭
  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. numerical-analysis

    0下载:
  2. 用正交多项式做小二乘曲线拟合, 针对给定数据的煤自燃监测数据中煤温与 之间的非线性关系,用正交多项式做最小二乘曲线拟合。数值分析-Orthogonal polynomials with small squares curve fitting to do, for a given data monitoring data in the coal spontaneous combustion of coal and the nonlinear relationship between tempera
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:243655
    • 提供者:赵文娟
  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. The-least-square-method

    0下载:
  2. 最小二乘法,用于拟合一组离散的点以得到目的曲线的方程。简单好用!- Least squares method of least square, for the purpose of fitting a discrete set of points to get curve equation. Simple to use!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:43187
    • 提供者:李冠亚
  1. The-least-squares-method

    0下载:
  2. 最小二乘法,带GUI界面拟合线性曲线,实验中可以用作参考,自己编写的程序-The least squares method, linear curve fitting with a GUI interface, the experiment can be used as a reference, you have written procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:10773
    • 提供者:曹艳青
  1. Ipopt

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

    • 发布日期:2018-01-10
    • 文件大小:2618368
    • 提供者:chendian
搜珍网 www.dssz.com