CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AR 预测 程序

搜索资源列表

  1. AR(5)

    4下载:
  2. 利用AR模型进行时间序列预测的程序源代码,使用最小二乘估计法进行参数估计。拟合效果非常好。-use AR model for time series prediction of the source code, the use of least squares estimation method to estimate parameters. Fitting very good results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3860
    • 提供者:李洁薇
  1. burg.

    0下载:
  2. burg法估计AR(P)模型参数的算法。里面ef是前项误差bf是后项误差,mse是预测误差的均方值。程序的最后输出的是把各阶预测误差放在一个下三角距阵中-burg estimates the AR (p) model parameter algorithm. Ef is inside the former bf error is the latter error, mse is forecast error of the mean square value. Procedures for the
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:李伟
  1. R程序的ar预测

    0下载:
  2. 所属分类:源码下载

  1. AR.rar

    1下载:
  2. 运用自回归滑动平均模型进行预测的matlab 程序,The use of autoregressive moving average model to predict the matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:4392
    • 提供者:史剑
  1. grade

    0下载:
  2. 设有一基于格型梯度算法的预测器,其输入 由的AR模型产生,本程序可以得出自适应预测器的曲线-There is a gradient algorithm based on the lattice of the predictor, the input generated by the AR model, the procedure can be drawn Curve Adaptive Predictor
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:871
    • 提供者:张宗彬
  1. AR

    3下载:
  2. AR预测程序matlab代码, AR预测程序matlab代码-AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4116
    • 提供者:吴飞
  1. niu

    1下载:
  2. 利用AR模型进行时间序列预测的程序源代码,使用最小二乘估计法进行参数估计。拟合效果非常好。-use AR model for time series prediction of the source code, the use of least squares estimation method to estimate parameters. Fitting very good results.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:3753
    • 提供者:牛逼
  1. 2

    0下载:
  2. 本程序采用AR模型,可以用来进行电力负荷的预测-The program uses AR model can be used for power load forecast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1147
    • 提供者:luna
  1. AR

    2下载:
  2. ARMA预测程序源代码,经二阶差分后对油价进行预测的实例。-a program to predict the price of oil, using ARMA module
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4118
    • 提供者:Nicole
  1. ar(5)

    1下载:
  2. 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3864
    • 提供者:donghui
  1. AR_P_Choose_AIC

    0下载:
  2. ARMA模型用于时间序列预测模型中P的选择原则,AIC原则程序-choose of p for AR model
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1317
    • 提供者:chi
  1. containerforecast_stepwisefit

    0下载:
  2. 使用stepwise方法选择因变量的基于AR模型的时间序列预测程序-This alogrithm can select the predictors using step-wise policy and forecast the time series based on AR model.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:947
    • 提供者:黄安强
  1. AR

    0下载:
  2. matlab写的用于时间序列预测的AR模型的程序,对于线性的时间序列效果还是可以的。-Matlab written procedures for time series forecasting AR model, the linear effect of time-series.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3563
    • 提供者:yjh
  1. AR-model

    0下载:
  2. 基于神经网络的一步预测程序,用于混响序列的目标回波检测-Step prediction procedure based on neural networks for reverb-echo sequence detection
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1356
    • 提供者:
  1. felogit

    0下载:
  2. AR模型预测 MATLAB中常用的一些程序代码-AR model prediction in MATLAB to code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:7578
    • 提供者:wujianjun
  1. 08582053AR

    0下载:
  2. AR预测模型算法实例,针对现在数据对未来数据进行预测,程序中给出油价实例非常实用!-AR prediction model algorithm examples, now for the future for data prediction, very useful!!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:4197
    • 提供者:程琼
  1. RLS

    0下载:
  2. 本程序基于一阶AR模型,u(n)=-0.99u(n-1)+v(n)的线性预测。白噪声v(n)方差0.995.FIR滤波器的抽头数为2.遗忘因子0.98.用RLS算法实现u(n)的线性预测。并附有仿真图片-This procedure is based on a first-order AR model, u (n) =-0.99u (n-1)+v (n) of the linear prediction. White noise v (n) the number of taps of the t
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:43476
    • 提供者:song
  1. THE-TIME-SERIES

    1下载:
  2. 该文介绍了时间序列经典方法,ARMA,ARIMA,AR模型用于解决各种平稳预测问题,并且附上了相应的程序,方便读者运用-This paper introduces the classical time series methods, ARMA, ARIMA, AR model is used to solve a variety of stationary prediction problem, and attach the appropriate procedures to facilitat
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:118442
    • 提供者:梁毅灵
  1. MS(k)-AR(p)

    8下载:
  2. 基于matlab的马尔科夫链回归预测,附带程序使用和说明。- regarading to Forecasting based on Matlab Markov Chain,with the incidental uses and descr iption.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-24
    • 文件大小:86016
    • 提供者:huniu
  1. AR自回归模型

    0下载:
  2. 这是基于MATLAB软件的自回归模型,主要用来模拟预测时间序列,该程序同时可实现输出模型模拟结果等功能。
  3. 所属分类:matlab例程

« 12 3 4 »
搜珍网 www.dssz.com