CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三次指数平滑

搜索资源列表

  1. 指数平滑法预测数据

    0下载:
  2. 指数平滑法预测数据 输入: k--平滑周期 * n--原始数据个数 * m--预测步数 * alfa--加权系数 * x--指向原始数据数组指针 * 输出: s1--返回值为指向一次平滑结果数组指针 * s2--返回值为指向二次指数平滑结果数组指针 * s3--返回值为指向三次指数平滑结果数组指针 * xx--返回值为指向预测结果数组指针-exponential smoothing forecast data entry : k -- smoothing cycle * n -- raw dat
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:892
    • 提供者:浣熊
  1. 指数

    0下载:
  2. 二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth determine the coefficient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:45954
    • 提供者:撒嗯
  1. 081105

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

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

    2下载:
  2. 基于灰色预测,指数平滑预测的几个MATLAB程序,对于预测类问题的数学建模,可以说是必备程序。我的导师给我传的。 funesm1,2,3分别为一二三次指数平滑预测程序 fungry为灰色预测程序 funcoef为时间序列预测程序 pudn为广大的编程爱好者提供了一个交流的平台,我在此先谢谢网站的工作人员,我也会努力编出好的程序,一起同大家分享。-Based on Gray predicted that the number of exponential smoothi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2704
    • 提供者:赵振峰
  1. 3pinghua

    0下载:
  2. 基于三次指数平滑法的青岛港集装箱吞吐量预测 资料讲述了采用三次平滑法对吞吐量的预测细节 和思路-Based on the three exponential smoothing forecast container throughput of Qingdao port information about the use of three smoothing forecasts on the throughput of the details and ideas
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:305852
    • 提供者:刘杨
  1. 3ci

    2下载:
  2. 基于三次指数平滑法的程序代码 大家可以参开一下 模仿自己编程-Three exponential smoothing based on the program code to open what we can participate in imitation of their own programming
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2742
    • 提供者:刘杨
  1. Untitled2

    1下载:
  2. 三次指数平滑matlab源代码,有初始值的说明-Three exponential smoothing
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:545
    • 提供者:david
  1. Three-times-smooth-forecast)

    0下载:
  2. 三次指数平滑值并不直接用来预测,而是为求解平滑系数、建立预测模型作准备。三次指数平滑法几乎适用于分析一切时间序列的应用问题。本程序能够很好地进行三次预测。-Three times smooth forecast
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:5838
    • 提供者:江周
  1. yuanma

    1下载:
  2. 依次为一次指数平滑法,加权法,三次指数平滑法三种预测方法的matlab实现。都是实现一步预测。-data prediction
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1571
    • 提供者:王小丫
  1. exponentialsmoothprediction

    0下载:
  2. 包含二次及三次指数平滑算法程序,预测程序示例所用为二次指数平滑算法,若需是三次平滑,替换相应部分程序即可-Includes secondary and smoothing algorithm procedures, the three indices to predict the sample used in the program for the second exponential smoothing algorithm For the three smooth, replace the c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5575
    • 提供者:杨明洁
  1. matlab_3zsph

    1下载:
  2. 很所时候需要用到三次指数平滑的matlab,这是一个三次指数平滑的matlab程序-It is often necessary to use three times as exponential smoothing matlab, which is a three exponential smoothing matlab program
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-11
    • 文件大小:617
    • 提供者:RUILONG
  1. Exponential-smoothing-forecast-data

    0下载:
  2. 三次指数平滑法的仿真实现,可用于态势预测-Cubic Exponential Smoothing Method Simulation can be used to predict the trend
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:669
    • 提供者:wang
  1. holt_winters

    1下载:
  2. holt-winters 三次指数平滑算法,时间序列预测算法,带测试数据及Demo-Triple Order Exponential Smoothing, Holt-Winters algorithm, time series prediction algorithm with test data and Demo
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2045
    • 提供者:mengqiang
  1. ercizhishupinghua

    1下载:
  2. 二次指数平滑法是对一次指数平滑值作再一次指数平滑的方法。它不能单独地进行预测,必须与一次指数平滑法配合,建立预测的数学模型,然后运用数学模型确定预测值。一次移动平均法的两个限制因素在线性二次移动平均法中也才存在,线性二次指数,平滑法只利用三个数据和一个α值就可进行计算;在大多数情况下,一般更喜欢用线性二次指数平滑法作为预测方法-Second exponential smoothing method
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:10161
    • 提供者:王留言
  1. spark-timeSeries

    1下载:
  2. 采用ARIMA模型(自回归积分滑动平均模型)+三次指数平滑法(Holt-Winters),用scala语言实现的在spark平台运行的分布式时间序列预测算法(Using the ARIMA model (autoregressive integral moving average model) + Holt-Winters (Holt-Winters), using scala language to achieve the spark platform to run the distribut
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:33792
    • 提供者:小龙女
  1. 指数模型

    2下载:
  2. 指数平滑法(Expinential smoothing method)的思想也是对时间序列进行修匀以消除不规则和随机的扰动。该方法是建立在如下基础上的加权平均法:即认为时间序列中的近期数据对未来值的影响比早期数据对未来值得影响更大。于是通过对时间序列的数据进行加权处理,越是近期的数据,其权数越大;反之,权数就越小。这样就将数据修匀了,并反映出时间序列中对预测时点值的影响程度。根据修匀的要求,可以有一次、二次甚至三次指数平滑。(Exponential smoothing model)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:74752
    • 提供者:一棵兔子
  1. holtwinters

    1下载:
  2. 三次指数平滑法代码,用于时间序列数据的预测,调用部分还有点问题,欢迎大家指点交流学习(Prediction of holtwinters method)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:岁月的童话
  1. 人口预测

    2下载:
  2. 时间序列的人口预测,采用三次指数平滑,还有灰色预测,有数据提供参考。(The population forecast of time series adopts three exponential smoothing and grey forecast, which provides reference for data.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-29
    • 文件大小:11264
    • 提供者:发改局
  1. MATLAB

    2下载:
  2. matlab中可用于预测的三次指数平滑法,针对有二次趋势的数据(Cubic exponential smoothing method for prediction)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-29
    • 文件大小:1024
    • 提供者:5598
搜珍网 www.dssz.com