文件名称:GM(1_1)
介绍说明--下载内容均来自于网络,请自行研究使用
GM(1,1)模型1-4
1:GM(1,1)模拟模型,在matlab中的输入方法为gm1(x),x指要模拟的序列。
2:GM(1,1)预测模型,在matlab中的输入方法为gm2(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
3:GM(1,1)群模拟模型,在matlab中的输入方法为gm3(x),x指要模拟的序列。
4:GM(1,1)群预测模型,在matlab中的输入方法为gm4(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
gm4对序列趋势比较好的数据预测效果较好,对上下变动的数据,特别是后4个数据趋势跟前面的数据相反的,预测效果很差。
gm2对上下变动的数据,预测效果比gm4好,但对趋势较好的数据,预测精度没有gm4高。
gm3比gm1模拟精度要高。
可以以x=[1 3 5 7 9 11 13 15]进行实验。x输入默认行向量。
所有程序在matlab6.0上调试通过。-GM (1,1) 1-4 1 : GM (1,1) simulation model Matlab in the input method for gm1 (x), x entail simulation sequence. 2 : GM (1,1) model, in the Matlab input method for gm2 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. 3 : GM (1,1) - simulation model, in the Matlab input method for gm3 (x), x entail simulation sequence. 4 : GM (1,1) - forecasting model, in the Matlab input method for gm4 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. Gm4 right sequence relatively good trend data predicted better results, the next change in the data, especially after four data with the previous trend data contrary, predict poor. Gm2 next to the change in forecast resu
1:GM(1,1)模拟模型,在matlab中的输入方法为gm1(x),x指要模拟的序列。
2:GM(1,1)预测模型,在matlab中的输入方法为gm2(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
3:GM(1,1)群模拟模型,在matlab中的输入方法为gm3(x),x指要模拟的序列。
4:GM(1,1)群预测模型,在matlab中的输入方法为gm4(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。
gm4对序列趋势比较好的数据预测效果较好,对上下变动的数据,特别是后4个数据趋势跟前面的数据相反的,预测效果很差。
gm2对上下变动的数据,预测效果比gm4好,但对趋势较好的数据,预测精度没有gm4高。
gm3比gm1模拟精度要高。
可以以x=[1 3 5 7 9 11 13 15]进行实验。x输入默认行向量。
所有程序在matlab6.0上调试通过。-GM (1,1) 1-4 1 : GM (1,1) simulation model Matlab in the input method for gm1 (x), x entail simulation sequence. 2 : GM (1,1) model, in the Matlab input method for gm2 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. 3 : GM (1,1) - simulation model, in the Matlab input method for gm3 (x), x entail simulation sequence. 4 : GM (1,1) - forecasting model, in the Matlab input method for gm4 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. Gm4 right sequence relatively good trend data predicted better results, the next change in the data, especially after four data with the previous trend data contrary, predict poor. Gm2 next to the change in forecast resu
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 85375529gm(1_1).rar 列表 灰色模型\GM1-4使用说明.txt 灰色模型\gm1.m 灰色模型\gm2.asv 灰色模型\gm2.m 灰色模型\gm3.m 灰色模型\gm4.m 灰色模型