搜索资源列表

  1. 指数平滑法预测数据

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

    • 发布日期:2008-10-13
    • 文件大小:45954
    • 提供者:撒嗯
  1. 二次指数平滑法预测例子

    0下载:
  2. 二次指数平滑法预测例子
  3. 所属分类:源码下载

  1. 指数平滑法预测数据

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

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:浣熊
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:46080
    • 提供者:
  1. procast

    0下载:
  2. 指数平滑法是预测中的重要方法,本代码实现了,二次指数平滑法预测 -Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:陈开强
  1. CODE

    0下载:
  2. 结合指数平滑法思想,利用二次指数平滑法实现销售预测-Exponential smoothing is an important means of prediction, the code, and the second exponential smoothing forecast
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:xiawa
  1. PingHua

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

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:yjh
  1. matlab

    0下载:
  2. matlab 的二次指数平滑法程序(Exponential Smoothing,ES) 希望对大家会有用-matlab secondary exponential smoothing procedure (Exponential Smoothing, ES)
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:ls
  1. ExponentialSmoothing

    0下载:
  2. 采用Matlab实现二次指数平滑模型的M文件,含示例数据-The Matlab double exponential smoothing model M file containing sample data
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:Wang
  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 t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:杨明洁
  1. ercipinghuayuce

    0下载:
  2. 二次平滑预测的matlab程序,用于采用二次平滑指数模型进行预测的实现。-Two smoothing Matlab procedures, for the realization of the two exponential smoothing forecasting model
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:金笑笑
  1. two-smooth-model-forecast

    0下载:
  2. 二次指数平滑预测模型,采用MATLAB仿真实现,无错误-Second exponential smoothing prediction model using MATLAB Simulation, no error
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:wang
  1. Quadratic-Exponential-Smoothing

    0下载:
  2. 二次指数平滑算法的仿真实现,测试中主要要调整参数阿尔法-Simulation secondary exponential smoothing algorithm, test parameters to be adjusted in the main Alpha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:wang
  1. Quadratic-Exponential-Smoothing

    0下载:
  2. matlab例子,用二次指数平滑法预测并绘制散点图,附有说明- matlab example, with secondary exponential smoothing forecast and draw a scatter plot
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:23552
    • 提供者:XIAOBAO
  1. ercizhishupinghua

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

    • 发布日期:2024-04-28
    • 文件大小:10240
    • 提供者:王留言
  1. 指数模型

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

    • 发布日期:2024-04-28
    • 文件大小:74752
    • 提供者:一棵兔子
  1. two-smooth-algrithm

    0下载:
  2. matlab 仿真的二次指数平滑程序,对平稳序列预测效果好(matlab simulation of secondary exponential smoothing procedure, for stationary sequence predicted effect)
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:wang2017
  1. MATLAB

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

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:5598

源码中国 www.ymcn.org