搜索资源列表
burg
- 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estim
ConsoleMatrix
- 自适应灰色预测模型 利用C#程序编制 很有用的-adaptive prediction model using C# programming very useful
AR(5)
- 利用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.
ARMCSharp
- 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
ExponentRegress
- 指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算
AR
- 运用自回归滑动平均模型进行预测的matlab 程序-The use of autoregressive moving average model to predict the matlab program
AR
- 天然情况下,根据灰色模型对河道来水进行中长期预测,比较完整-Under natural conditions, according to the gray model for long-term prediction of river runoff, a relatively complete
ARandARMA
- 实现了数据从文件的输入,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
forecast
- AR(n)模型预测 对于平稳序列的预测 非平稳的预测一般需要SVM-AR(n)
ar
- ar模型的一个例子,详细描述了时间序列预测的步骤,且成功实现预测功能-ar model of an example of a detailed descr iption of the steps time series prediction and forecasting function successfully
niu
- 利用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.
DGM
- 离散灰色预测模型和AR预测模型的组合预测,matlab-Discrete gray prediction model and predict the combination of AR prediction model, matlab
AR
- matlab编写的时间序列分析工具,应用AR模型对时间序列进行预测-time series analysis written matlab tools, applications, time series AR model to predict
AR
- 基于AR模型,通过已有的70个随机数进行的预测。用matlab实现。-AR-based model, the random number 70 has been carried out predictions. Using matlab implementation.
ar(5)
- 一个五阶的自回归短期预测模型的MATLAB程序-A AUTOREGRESSion model used to prediction
AR
- 用matlab实现AR模型 适合应用在预测模型上-matlab source code to achieve the AR model
AR预测
- ar模型进行预测,并求ar系数ar模型进行预测,并求ar系数(AR model is used to predict)
AR
- 基于现行自回归预测模型的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
AR
- AR模型,用于AR预测很准的,使用两种方法,最大熵法以及最小二乘法。(The AR model for accurate AR prediction)
dingjie (2)
- 实现AR模型的定阶,使得预测更加有效,从而建立模型(Realizing Order Determination of AR Model)