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

搜索资源列表

  1. lyap_exp_cambridge

    0下载:
  2. 本函数计算距离增长结果供拟合lyapunov指数 详情见说明-This function is calculated from the results of growth for fitting lyapunov exponent note details
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1910
    • 提供者:li chang
  1. lyap_exp_wolf

    0下载:
  2. 本函数计算距离增长结果供拟合lyapunov指数 详情见说明-This function is calculated from the results of growth for fitting lyapunov exponent note details
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1488
    • 提供者:li chang
  1. xianxinnihe

    1下载:
  2. 建筑声学,混响测试数据指数拟合后直线拟合,读取混响时间
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:888
    • 提供者:seabird
  1. Form1

    0下载:
  2. 曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4095
    • 提供者:guhaipeng
  1. hanshubijinyuhanshunihe

    0下载:
  2. 函数逼近与函数拟合实验,分别根据数据拟合了二次函数和指数函数,并且包含excel和实验报告-Function approximation and fitting experiment data were fitted according to a quadratic function and the exponential function, and the report contains excel and experimental
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:218755
    • 提供者:左小龙
  1. 081105

    3下载:
  2. 基于MATLAB的组合模型 在港口吞吐量预测中的应用 以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式 等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预 测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误 差。提高预测精度。-A combination of MATLAB-based model i
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:148196
    • 提供者:张学利
  1. Project3

    0下载:
  2. 指数曲线拟合 Public Function funExponent(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 指数曲线拟合,y=a*exp(b*x) Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项 -failed to translate
  3. 所属分类:Algorithm

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

    0下载:
  2. 主要用于解决数学软件matlab的曲线拟合问题,其中包括:指数曲线拟合,抛物线拟合,直线拟合。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1033
    • 提供者:伊水冰蓝
  1. program_web

    2下载:
  2. 免费试用版奇异熵矩阵束模态辨识软件 信号模态辨识在电力系统振荡和机械振荡中都有广泛的应用,传统的分析方法主要基于Prony算法,由于是强制性的指数多项式拟合,对信号模态的辨识性能不是很好,特别是一些集成辨识工具无法对模态阶数进行设置。prony算法、itd算法、arma算法和HHT方法对信号噪声敏感。-good
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:56630
    • 提供者:zenger
  1. orderopti

    0下载:
  2. matlab中,对曲线拟合时指数的自动识别-matlab in, when the index on the curve fitting of automatic identification
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:41661
    • 提供者:yuanye
  1. No03

    0下载:
  2. 数值计算,用最小二乘法实现线性拟合,指数拟合,三次拟合并会绘制图线,计算相应的误差值-Numerical calculation, with the least squares method of linear fitting, exponential fitting, three draws graph lines to be combined to calculate the corresponding error
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:72525
    • 提供者:李依凡
  1. matlab

    1下载:
  2. 房价的指数拟合,二次式项式拟合,二元线性回归-matlab regress
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:18226
    • 提供者:莫甜
  1. Untitled3

    0下载:
  2. matlab线性拟合及指数拟合的源程序,并不是利用plotfit函数。-matlab linear fit and exponential fit of the source, not using plotfit function.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1222
    • 提供者:qinxiaoyong
  1. VBplot_draw_2Dpicture

    0下载:
  2. 提供了拉格朗日插值 一次多项式拟合 指数拟合三种计算方式。是使用picturebox作图的好例子,其中test.xls是一个4点的数据文件-Provides three method of calculation, there are the Lagrange interpolation polynomial fitting exponential fitting . Is a good example of using picturebox drawing, test.xls is a 4 p
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:28811
    • 提供者:陈继开
  1. PingHua

    0下载:
  2. 运用二次指数平滑预测算法进行拟合,比最小二乘法拟合的效果好-Exponential smoothing forecast- works well
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1077
    • 提供者:yjh
  1. powerlaws_full_v0.0.10-2012-01-17

    0下载:
  2. 随机数发生器 此功能会产生连续的值(功法的文章中讨论的五个分布随机分布,指数,对数正态分布,拉伸指数,截止功法)。使用信息包含在文件类型的帮助randht在MATLAB提示符更多信息。 幂律分布拟合 这项功能同时实现的离散和连续的最大似然估计拟合幂律分布的数据,以及善良的合适的方法来估计缩放区域较低的截止。使用信息包含在文件类型的帮助plfit在MATLAB提示符更多信息。-This function is a random number generator will produce
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:46134
    • 提供者:ligan
  1. myexp

    0下载:
  2. 数值的指数拟合分析-Index values fit analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:875
    • 提供者:yangyong
  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. profile_curvefit

    1下载:
  2. 风速剖面指数拟合的matlab程序,可获得风剖面指数。-Winds sectional exponential fitting matlab program, available wind profile exponent.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1210
    • 提供者:大理
  1. 频发故障的寿命分布拟合

    1下载:
  2. 频发故障的寿命分巧拟合,频发故障的部件,可以基于往大量的维修经验以及相关可靠性寿命试验中测得的结果来判断这类寿命的分布类型,常常有威布尔分布类型、对数正态分布类型,以及指数分布类型等。因此本程序可以根据故障数据输入判断出该数据属于哪一种寿命分布。(Frequent failure of the life of the split fit, frequent failure of the components, can be based on a large number of maintenan
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:41984
    • 提供者:BlueYu_Fisher
« 12 3 »
搜珍网 www.dssz.com