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

搜索资源列表

  1. Arma

    0下载:
  2. 这是arma模型进行图像处理的一个文章,讲的非常详细,希望有所帮助-Arma model this is an image processing articles, very detailed talk about the hope that help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:3108
    • 提供者:杨海宁
  1. ARMA

    0下载:
  2. ARMA 过程编程实现,不是很难,可以实现一步预测。-ARMA process of programming is not difficult, step in the forecast can be achieved.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:301418
    • 提供者:sada
  1. vol

    0下载:
  2. 时间序列ARMA预测股指,并进行相关性检验-Time Series ARMA forecast the stock index
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:d307718
  1. prediction-by-wavelet-and-ARMA

    0下载:
  2. 采用小波和ARMA模型对时间序列进行预测-Wavelet and the ARMA model to forecast the time series
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4519
    • 提供者:李枫
  1. arma_analyse-and-forecast

    1下载:
  2. 1、时间序列的ARMA(自回归移动平均)算法代码实现; 2、能用于平稳时序的分析和预测; 3、使用C/C++开发。-1、The codes relization of timeseries arma forecast method 2、Be used in analyzing and forecast in timeseries 3、Be developed by C/C++ tool.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:746
    • 提供者:刘亚东
  1. vol

    1下载:
  2. matlab金融时间序列ARMA建模 结果分析: 1.预测结果从第四步开始,预测值不再改变,因为ARMA是收敛的回归模型,而我们做的工作并不是模拟,所以,当预测步长足够长时,它最终将收敛于一个不变得预测值 2.既然预测值一样,为什么还原为成交量后,在置信区间下预测的最大值与预测均值的差比预测均值与最小值的差要大?因为将对数差分值还原时,需用到的指数函数为凹函数-matlab Financial Time Series the the ARMA modeling results Ana
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-07
    • 文件大小:92149
    • 提供者:wupeng
  1. forecast

    1下载:
  2. 利用matlab软件建立模型,利用ARMA模型对数据进行预测-Using matlab software to model the data using the ARMA model prediction
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2230
    • 提供者:大大大
  1. ARMA-algorithm

    0下载:
  2. Forecast analysis of time series data, ARMA algorithm using ARMA algorithm to implement this function
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:9330
    • 提供者:李继勇
  1. time-series-for-prediction

    1下载:
  2. 基于时间序列对用水量的预测,建立arma模型确定阶数和参数,然后通过前几年的数据和周期性的趋势对未来的数据进行预测和检验.包含实例源数据及所有代码。-Based on time sequence for the forecast of water consumption, the establishment of arma model order and parameters, and then through the data of a few years ago and periodic t
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2900
    • 提供者:朱鸶羽
  1. arimafinal

    0下载:
  2. 用ARMA模型对时间序列进行预测,预测效果相对于移动平均预测较好,能进行有效预测。-Using the ARMA model to forecast the time sequence, better prediction effect relative to the moving average forecast, can effectively forecast.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:552
    • 提供者:凌远夏
  1. arma_analyse-and-forecast

    0下载:
  2. 1、时间序列的ARMA(自回归移动平均)算法代码实现;2、能用于平稳时序的分析和预测;3、使用C/C++开发。-1、The codes relization of timeseries arma forecast method 2、Be used in analyzing and forecast in timeseries 3、Be developed by C/C++ tool.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-12
    • 文件大小:787
    • 提供者:fu8164064
  1. ztest03

    0下载:
  2. 时间序列分析的MATLAB程序,使用AIC准则确定最优ARMA(P,Q)模型,输出预测数据。-MATLAB program time series analysis, the use of AIC criterion to determine the optimal ARMA (P, Q) model output forecast data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:于金波
  1. HPI-PREDICT

    0下载:
  2. 房价指数预测HPI,用时间序列ARMA模型预测房价-HPI forecast
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2133
    • 提供者:陆宏凯
  1. test

    1下载:
  2. 用于研究时间序列的方法有AR(自回归)、MA(滑动平均)、ARMA(自回归滑动平均)这三种模型。而对于一个平稳时间序列预测问题,首先要考虑的是寻求与它拟合最好的预测模型。而模型的识别与阶数的确定则是选择模型的关键。 1.用 迭代生成1000个点(前2个点自定义)。 2.在这1000个点中取800点进行时间序列分析建立合适的模型。 3.利用剩余的200个点进行模型预测,并看其是否匹配,最后校正。 -Methods for studying time series are AR (a
  3. 所属分类:matlab

    • 发布日期:2017-08-13
    • 文件大小:13312
    • 提供者:曹红英
  1. ARMA

    0下载:
  2. ARMA 模型(Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等。(ARMA model is an important method for studying time series. It is composed
  3. 所属分类:matlab例程

  1. ARMA

    0下载:
  2. ARMA 模型(Auto-Regressive and Moving Average Model)是研究时间序列的重要方法,由自回归模型(简称AR模型)与滑动平均模型(简称MA模型)为基础“混合”构成。在市场研究中常用于长期追踪资料的研究,如:Panel研究中,用于消费行为模式变迁研究;在零售研究中,用于具有季节变动特征的销售量、市场规模的预测等(ARMA model is an important method to study time series. It consists of auto
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:dovemeng
  1. yuce

    0下载:
  2. 时间序列预测(time forecast)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:496640
    • 提供者:索隆1
  1. ARMAFocecastStockIndex

    0下载:
  2. 从网页抓取大盘数据并用ARMA模型进行拟合和预测(Grab data from web pages and use ARMA model to fit and predict.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:Sam sky
搜珍网 www.dssz.com