CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 数据拟合

搜索资源列表

  1. 09.数据拟合

    0下载:
  2. 数据拟合源程序,对很多点数据能根据提示,自动拟合成曲线,去自动拟合有很大的帮助-data fitting source of many of the points that data can be prompted to automatically be synthesized curve, automatically fitting to be of great help
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:148942
    • 提供者:晨曦
  1. 用抛物线y=a+bx+cx 拟合给定数据

    0下载:
  2. 数值分析用抛物线y=a+bx+cx 拟合给定数据-numerical analysis using a parabolic y = bx cx fitting given data
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:272599
    • 提供者:郭巨海
  1. 高斯拟合程序,采用高斯函数拟合数据

    2下载:
  2. 高斯拟合程序,采用高斯函数拟合数据,获得拟合高斯函数的平均值和方差。-Gaussian fitting procedure, using Gaussian function fitting the data, fitting Gaussian function to obtain the mean and variance.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:541
    • 提供者:liut
  1. zui_xiao_er_cheng_fa

    0下载:
  2. 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible wit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1600
    • 提供者:lining
  1. MovingLeast-SquaresMLS

    3下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
  3. 所属分类:Algorithm

    • 发布日期:2015-10-01
    • 文件大小:468421
    • 提供者:李秀丽
  1. multifit

    1下载:
  2. 功能:离散试验数据点的多项式曲线拟合 调用格式:A=multifit(x,y,m) 其中:x: 试验数据点的x坐标向量    Y: 试验数据点的y坐标向量 m: 拟合多项式的次数 -Functions: discrete experimental data points, the polynomial curve fitting call format: A = multifit (x, y, m) where: x: experimental data points, x
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2991
    • 提供者:刘荣
  1. chazhiyunihe

    0下载:
  2. 插值函数, 称为被插函数. 最小二乘拟合: 已知一批离散的数据 , 互不相同,寻求一个拟合函数 ,使 与 的误差平方和在最小二乘意义下最小.在最小二乘意义下确定的 称为最小二乘拟合函数-Interpolation function, referred to as interpolation function. Least-squares fitting: a known number of discrete data, different from each other, to find a f
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:395368
    • 提供者:fengyu
  1. Movingleastsquaremethodbasedonthecurveandsurfacefi

    0下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟合质量表明了该方法的优越性和有效性-The establis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:468467
    • 提供者:chenruibao
  1. zuixiaoercheng

    1下载:
  2. 最小二乘曲线拟合,显示源数据折线图,然后采用一个一元三次方程拟合曲线,生成曲线图-least-squares method to calculate the formula
  3. 所属分类:Algorithm

    • 发布日期:2016-07-18
    • 文件大小:3454
    • 提供者:yulei
  1. Project1

    2下载:
  2. 用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 Degree为要拟合的多项式曲线次数 A
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5148
    • 提供者:周伟
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:63148434
    • 提供者:龚云隆
  1. fgshshhshssj

    0下载:
  2. 数据拟合,最小二乘,算法全齐,很好很全。-Data fitting, least squares, algorithms all homogeneous, very very informative.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:6428
    • 提供者:李强
  1. LeastQuadraticFiter

    0下载:
  2. 基于最小二乘法对离散的数据点进行直线拟合,能够最大程度的实现总误差的最小化-Least squares method based on discrete data points on the straight line fitting, to the greatest degree of implementation to minimize the total error
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:6713
    • 提供者:李想懂
  1. FSQ

    0下载:
  2. 实现数据的非线性拟合,完成曲线的拟合,让用户不用操心-Nonlinear fitting data to complete the curve fitting, so that users do not have to worry about
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:6070
    • 提供者:FSQ
  1. 拟合圆

    2下载:
  2. 根据X和Y两组数据,将两组数据在X-Y平面上最小二乘法拟合出圆(According to X and Y two sets of data, the two sets of data in the X-Y plane, the least square method of fitting the circle)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:381952
    • 提供者:HRobert
  1. MATLAB_work

    0下载:
  2. 根据EXCEL中的数据进行曲线拟合,绘制多条曲线(According to the data in EXCEL curve fitting, drawing a number of curves)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:penny99
  1. MATLAB希尔伯特Hilbert变换求包络谱

    2下载:
  2. MATLAB的希尔伯特谱分析,导入数据实现算出。最下二乘拟合算法。快速傅里叶变换详细算法。(MATLAB Hilbert spectrum analysis, import data to achieve calculation.The two by fitting algorithm. With the fast Fourier transform algorithm.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:1177600
    • 提供者:CHENFEIFEI
  1. 曲线拟合

    0下载:
  2. 可以根据需要进行曲线拟合,数据需要自己输入(Curve fitting can be done according to the needs)
  3. 所属分类:数学计算

    • 发布日期:2018-04-28
    • 文件大小:169984
    • 提供者:ghj007
  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
  1. 最小二乘法拟合程序

    1下载:
  2. 最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:石洪源
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com