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

搜索资源列表

  1. RombergTest2

    0下载:
  2. 函数逼近与曲线拟合,包含梯形公式、Simpson公式、Romberg公式。-Function approximation and curve fitting, including trapezoidal, Simpson formula, Romberg formula.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1593
    • 提供者:minjiawei
  1. nihe

    0下载:
  2. 根据已知数据拟合多次函数,自行修改数据和次数自动生成拟合函数-According to known data fitting multiple functions modify the number of automatically generated data and fitting function
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3571
    • 提供者:王磊
  1. 1052302982Dgaussanfitting

    0下载:
  2. 在matlab中自动拟合二维高斯函数,画出二位高斯曲面,(to fit two-dimensional Gauss function)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:叶芝
  1. 插值与拟合

    0下载:
  2. 插值来求过已知有限个数据点的近似函数以及拟合matlab非常详细的教程。(Interpolation is used to find the approximate function of the known finite number of data points and the detailed tutorial of fitting matlab.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:271360
    • 提供者:帅宝
  1. createFit

    2下载:
  2. 极值分布拟合 MATLAB程序 主要针对实测风速数据(Extreme value distribution fitting)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:yuan7758
  1. BP神经网络的非线性系统建模——非线性函数拟合

    1下载:
  2. 在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,难以用数学方 法准确建模。在这种情况下,可以建立 BP 神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱,首先用系统输入输出数据训练 BP 神经网络,使网络能够表达该未知函数,然后用训练好的 BP 神经网络预测系统输出 。(In engineering applications, some complicated nonlinear systems are often encountered. The equations
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:50176
    • 提供者:JackeeY
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:56320
    • 提供者:JackeeY
  1. thethird_2

    0下载:
  2. 当不知道函数形式和样式的时候,可以用随机拟合的方法,但是效率不高。这里用遗传算法替代穷举法。其中遗传算法这个函数极好用,大家可以收藏,我这里也可以看做是这个遗传算法的应用。(When you do not know the form and style of function, you can use the random fitting method, but the efficiency is not high. Here, genetic algorithm is used instead
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:hellohappy
  1. GA

    0下载:
  2. GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:1066
    • 提供者:keykang1001
  1. 新建 Microsoft Word 文档 (3)

    1下载:
  2. 用数据拟合函数:给出一组x和y的数据,用matlab拟合函数并绘图(Use data fitting function)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-29
    • 文件大小:20480
    • 提供者:嘘嘘嘘xu
  1. BP1

    0下载:
  2. 拟合函数 预测 误差分析 运用bp神经网络进行实验(Fitting function prediction error analysis, using BP neural network for the experiment)
  3. 所属分类:人工智能/神经网络/深度学习

  1. data fitting

    1下载:
  2. 掌握Matlab两个函数lsqcurvefit和nlinfit的用法; 掌握Matlab拟合工具箱cftool的使用; 编写非线性拟合函数。(Grasp the use of Matlab two functions lsqcurvefit and nlinfit; Grasp the use of Matlab fitting toolbox cftool; Compiling nonlinear fitting function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:195584
    • 提供者:阿飞大大
  1. 插值拟合

    0下载:
  2. 用于函数的插值与拟合(Matlab实现)(For the interpolation and fitting function)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:飞鱼儿
  1. 正交多项式最小二乘拟合

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

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. FuncLrzFit

    3下载:
  2. 采用matlab进行洛伦兹拟合的函数,具体拟合采用了最小二乘法。(This matlab function fits lrz, and it is very useful.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:abolide
  1. 有理样条

    3下载:
  2. MATLAB实现了有理样条函数拟合插值。亲测可用。(MATLAB realizes the rational spline function fitting interpolation. Affinity test available.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:deyewuwei
  1. Class1

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。(The least square method (also called the least square method) is a mathematical optimization technique. It m
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:FY1
  1. shujunihe

    0下载:
  2. 读取数据,根据需要写出相应的函数关系式进行拟合(Read the data and write the corresponding function formula to fit in according to the need)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:19456
    • 提供者:qwer000
  1. pro22

    0下载:
  2. 多次函数最小二乘法拟合数据,并进行误差计算,程序中数据为温度拟合(The multiple function least square method is used to fit the data and calculate the error. The data in the program is temperature fitting.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:hooong
  1. main

    0下载:
  2. 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:lilong1
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com