CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - polynomial fit

搜索资源列表

  1. nihe4

    0下载:
  2. 四次及四次以下多项式拟和程序,可在c或c++环境下运行-Polynomial fit arithmetic witch could been run in C or C++ environment
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1536
    • 提供者:傅立叶
  1. 2296_Regression

    0下载:
  2. Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:qiao
  1. PolyFitSingle

    0下载:
  2. //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. PRINCIPLE: Each spectrum is shifted and rotated so that it fits as closely as possible to the mean spectrum of the data.The fit is achieved by LS (first-degree polynomial).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1323
    • 提供者:
  1. excel_in_civil_egineering

    1下载:
  2. 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1.xls 实例2.xls 实例3.xls
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:114954
    • 提供者:张力
  1. orthofit

    0下载:
  2. ORTHOFIT Fit polynomial to data. YS = ORTHOFIT[X,Y,N] smooths/fits data Y[X] in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:Deng Fu Qin
  1. fit

    0下载:
  2. 该算法是用正交多项式来求最小二乘拟合多项式。-This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1118
    • 提供者:apple
  1. fit

    0下载:
  2. Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数, 其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。-Matlab provides a fast way to achieve polynomial fitting function polyfit () function, The format: p = polyfit (x, y, n) where
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:29378
    • 提供者:小董
  1. interpolating-method

    0下载:
  2. 线性插值,拉格朗日插值,多项式插值,二次多项式插值-Piecewise-Linear Fit.C Quadratic Polynomial Fit.C Polynomial Fit.C Condition Number of Vandermonde Matrix Lagrange Interpolating Polynomials
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-31
    • 文件大小:3052
    • 提供者:dy
  1. POLYNOMIAL-LEAST-SQUAR-FIT

    0下载:
  2. 多项式拟合程序,c语言版。拟合空间是n次多项式空间。分为子程序和主程序。并含有一个算例,以帮助理解。-Polynomial fitting procedures, c language version. Space is the n-th polynomial fitting space. Divided into subroutines and the main program. And contains a numerical example to help understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:1209
    • 提供者:james
  1. The-order-of-the-polynomial-fitting

    0下载:
  2. 我们处理数据时,往往需要事先知道这些数据的规律(如线性),然后再进行相应阶数的最小二乘法拟合,本文试图在不知道拟合阶数的情况下通过程序计算拟合阶数。-We handle the data, the data often need to know in advance the rules (such as linear), and then make the appropriate order of the least squares fit, this article attempts to f
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:91633
    • 提供者:fz
  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. zuixiaoercheng

    0下载:
  2. 数值分析中最小二乘法拟合任意次多项式,已经运行过,放心下载!-Numerical analysis method of least squares polynomial fit any number of times, it has been run over, rest assured download!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1418
    • 提供者:一个班
  1. quxiannihe

    0下载:
  2. 对于已知少量的点,使用多项式对其曲线进行近似拟合,从而预测未知的点的函数值。-For a small number of the known points, its curve is approximated using a polynomial fit to the prediction function value of the unknown point.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1203
    • 提供者:李宏强
  1. exponfit

    0下载:
  2. MATLAB不提供现成指数拟合函数,一方面由于但可以轻松通过多项式拟合转化而来,但是使用上还是不如有一个函数方便,所以特写这样一样简单实用的函数-MATLAB does not provide ready-exponential fit function, by hand because it can be easily transformed a polynomial fit, but still not as good as there is easy to use a function,
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:10351
    • 提供者:king
  1. sourse

    0下载:
  2. 可以进行超定方程的求解,得到的是拟合的多项式,可以设置输入,决定多项式的次数-Overdetermined equations can be solved to obtain the polynomial fit, you can set the input, determine the number of polynomials
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:984
    • 提供者:niuyuanlei
  1. Least_squares_fitting_curve

    0下载:
  2. 使用最小二乘的方法进行拟合曲线,可进行二阶/三阶多项式拟合-fitting curve by Least squares,can make second-order/third-order polynomial fit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1396
    • 提供者:
  1. snv-(2)

    0下载:
  2. 对数据进行预处理,使用五阶多项式拟合和snv对数据进行预处理。-Preprocessing of the data, and use the fifth-order polynomial fit snv preprocessing of the data.
  3. 所属分类:matlab

  1. Polynomial of best-fit

    0下载:
  2. 最佳拟合多项式函数(Polynomial of best-fit)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:60416
    • 提供者:hulala_87
  1. 多项式拟合的光伏电池阵列模拟器研究与设计

    0下载:
  2. 设置最大拟合误差和拟合模型实现对一组数据的拟合,克服了人工分段造成的主观误差(The maximum fitting error and fitting model are set up to fit a set of data, and the subjective error caused by artificial segmentation is overcome.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:356352
    • 提供者:hgfji
« 12 3 »
搜珍网 www.dssz.com