CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘法 多项式

搜索资源列表

  1. 多项式最小二乘法

    0下载:
  2. 多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27972
    • 提供者:jasa
  1. affine

    2下载:
  2. 基于最小二乘法的仿射变换 matlab实现-Least square method based on the realization of affine transformation matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:3611
    • 提供者:
  1. Leastsquaremethod

    0下载:
  2. 基于非等距节点的正交多项式的最小二乘法拟合算法之程序实现-Nodes based on non-isometric orthogonal polynomial least squares fitting algorithm of the program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1894
    • 提供者:侯汶杉
  1. ols

    6下载:
  2. 最小二乘法原理及其MATLAB实现 线性拟合 多项式拟合 非线性拟合程序-Principle and MATLAB least squares linear fitting polynomial fitting nonlinear fitting procedure
  3. 所属分类:matlab

    • 发布日期:2015-01-04
    • 文件大小:836
    • 提供者:晓柳
  1. lwr

    0下载:
  2. 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程 -Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For wei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3315
    • 提供者:wanghuaqiu
  1. leastsquaresprocedure090513

    0下载:
  2. 最小二乘法实现m个方程的最高n次多项式的拟合。-least-squares procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1083
    • 提供者:程文杰
  1. polynomialfitting

    0下载:
  2. 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:976
    • 提供者:wxw
  1. severalmatlabprocedures0001

    0下载:
  2. 几个有用的Matlab程序,包括最小二乘法、多项式的交互输入等-several small matlab procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1238
    • 提供者:cougar
  1. curvefitting

    0下载:
  2. 采用最小二乘法的三次多项式对离散数据点进行曲线拟合 -least-squares approximation curve fitting
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:12290
    • 提供者:yiyisaxi
  1. a-new-Least-squares-fitting-method

    1下载:
  2. 本程序是基于非等距节点的正交多项式的最小二乘法拟合算法,该算法已经在vc++6.0下调试通过,经多次验证,本算法的拟合误差较小。-This procedure is based on equidistant nodes of non-orthogonal polynomial least squares fit algorithm, which has been in vc++6.0 through debugging, after repeated verification, the algo
  3. 所属分类:Algorithm

    • 发布日期:2015-07-22
    • 文件大小:1024
    • 提供者:张科
  1. C++实现最小二乘法一元回归和多项式拟合

    7下载:
  2. C++实现最小二乘法一元回归和多项式拟合(C++ to achieve the least squares method, one-way regression and polynomial fitting)
  3. 所属分类:物理计算

    • 发布日期:2017-12-20
    • 文件大小:337920
    • 提供者:xiaomiarmy
  1. 最小二乘法拟合曲线C语言代码

    0下载:
  2. 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
  3. 所属分类:Linux/Unix编程

  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:青不笑
  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. 多项式最小二乘法拟合

    6下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:洪少
  1. 最小二乘法在商业活动中的应用及其在MATLAB的实现

    0下载:
  2. 利用基于最小二乘法的多项式拟合算法处理商业数据,包含源码(Using the polynomial fitting algorithm based on the least square method to deal with commercial data, including the source code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1779712
    • 提供者:hgfji
  1. dtrend

    0下载:
  2. 数字信号预处理,最小二乘法消除多项式趋势项(Elimination of polynomial trend term by least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:3603456
    • 提供者:LLY1958
  1. 实验2

    0下载:
  2. 最小二乘法详细程序实现。曲线拟合。 1.直线型 2.多项式型 3.分数函数型 4.指数函数型 5.对数线性型 6.高斯函数型(The principle of least square method, formula deduction, program realization.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:26624
    • 提供者:休芷符
  1. LeastSquareDetail

    1下载:
  2. 非线性阶多项式最小二乘法拟合,逼近数据的临近之(Nonlinear polynomial least squares fitting)
  3. 所属分类:数学计算

    • 发布日期:2019-08-19
    • 文件大小:215040
    • 提供者:天空558
  1. 最小二乘法分段直线拟合

    2下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the most commonly used curve fitting
  3. 所属分类:文章/文档

    • 发布日期:2019-08-08
    • 文件大小:191488
    • 提供者:tintintin
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com