搜索资源列表

  1. burg

    0下载:
  2. 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estim
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-01-10
    • 文件大小:22kb
    • 提供者:lkz
  1. ConsoleMatrix

    0下载:
  2. 自适应灰色预测模型 利用C#程序编制 很有用的-adaptive prediction model using C# programming very useful
  3. 所属分类:C#编程

    • 发布日期:2025-01-10
    • 文件大小:70kb
    • 提供者:梁藉
  1. AR(5)

    5下载:
  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. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:李洁薇
  1. ARMCSharp

    0下载:
  2. C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数-prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calcul
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:詹华
  1. ExponentRegress

    0下载:
  2. 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:wangyinghao
  1. AR

    0下载:
  2. 运用自回归滑动平均模型进行预测的matlab 程序-The use of autoregressive moving average model to predict the matlab program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:史剑
  1. AR

    0下载:
  2. 天然情况下,根据灰色模型对河道来水进行中长期预测,比较完整-Under natural conditions, according to the gray model for long-term prediction of river runoff, a relatively complete
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:15kb
    • 提供者:张天宏
  1. ARandARMA

    0下载:
  2. 实现了数据从文件的输入,ar模型预测,arma模型预测,卡尔曼滤波器模型预测,利用图形用户界面编写-Realized the data from the file input, ar model predictions, arma model prediction, Kalman filter model predictions, using a graphical user interface for the preparation
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:12kb
    • 提供者:张迎
  1. forecast

    0下载:
  2. AR(n)模型预测 对于平稳序列的预测 非平稳的预测一般需要SVM-AR(n)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:赵长生
  1. ar

    1下载:
  2. ar模型的一个例子,详细描述了时间序列预测的步骤,且成功实现预测功能-ar model of an example of a detailed descr iption of the steps time series prediction and forecasting function successfully
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-01-10
    • 文件大小:9kb
    • 提供者:yening
  1. niu

    0下载:
  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. 所属分类:文档资料

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:牛逼
  1. DGM

    1下载:
  2. 离散灰色预测模型和AR预测模型的组合预测,matlab-Discrete gray prediction model and predict the combination of AR prediction model, matlab
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:tiechou
  1. AR

    1下载:
  2. matlab编写的时间序列分析工具,应用AR模型对时间序列进行预测-time series analysis written matlab tools, applications, time series AR model to predict
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:陈健
  1. AR

    1下载:
  2. 基于AR模型,通过已有的70个随机数进行的预测。用matlab实现。-AR-based model, the random number 70 has been carried out predictions. Using matlab implementation.
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:kaixing
  1. ar(5)

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

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:donghui
  1. AR

    0下载:
  2. 用matlab实现AR模型 适合应用在预测模型上-matlab source code to achieve the AR model
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:maomao
  1. AR预测

    0下载:
  2. ar模型进行预测,并求ar系数ar模型进行预测,并求ar系数(AR model is used to predict)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:2kb
    • 提供者:蛋黄寿司
  1. AR

    0下载:
  2. 基于现行自回归预测模型的MATLAB代码,通过历史数据预测当前数据并实时修正当前权重参数值(Based on the MATLAB code of the current autoregressive prediction model, the current data is predicted by historical data and the current weight parameter values are correcte
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:2kb
    • 提供者:卤蛋_lay
  1. AR

    0下载:
  2. AR模型,用于AR预测很准的,使用两种方法,最大熵法以及最小二乘法。(The AR model for accurate AR prediction)
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:akiraY
  1. dingjie (2)

    0下载:
  2. 实现AR模型的定阶,使得预测更加有效,从而建立模型(Realizing Order Determination of AR Model)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 »

源码中国 www.ymcn.org