搜索资源列表
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个待预
灰色预测模型GM(1,n)模型的matlab源代码
- 灰色预测模型GM(1,n)模型的matlab源代码,包括预测模型的建立,以及模型的精度检验指标c,p的计算,Grey prediction model GM (1, n) model matlab source code, including the prediction model and the precision test indicators c, p calculation
matlab-GM
- GM(1,1)源代码,计算原始数据的残差、关联度、小误差概率等。同时画出原始数据和预测数据对比图-GM (1,1) source code to calculate the raw data residuals, correlation, and so a small error probability. At the same time draw the raw data and forecast data comparison chart
fungry1
- 灰色GM(1,1)预测matlab程序。-gm(1,1)
grayrelated
- 灰色预测 GM(1,1) 灰色关联 matlab 数学建模-graysystem matlab
GM
- 灰色预测 GM(1,1)在数据量较少的情况下进行的灰色预测 -Grey GM (1,1) in the case of small amount of data for the Grey
greymodel11
- GM(1,1)求解matlab代码,可计算最小二乘系数,添加了预测时间选择-GM (1,1) solve the matlab code, calculate the least squares coefficient, the timing of adding the prediction
GM1_1
- GM(1,1)动态模型预测源代码,可以预测未来老年人口的比重,较好的人口预测模型-GM (1,1) dynamic model to predict the source code, we can predict the future the proportion of the elderly population, the better the population forecasting model
gm11
- 灰色GM(1,1)预测普通代码和改进之后的代码。-the GM(1,1) predict code
greymodel
- GM(1,1)模型,简单的一组数据处理,可计算均差-GM (1,1) model, a set of data processing can be calculated are poor, etc.
gmcal
- 用于计算灰度系统GM(1,1),计算关联度、残差和预测结果等内容,欢迎指正。-useful to solve the GM promblem.
GM-model
- GM(1,1)模型的MATLAB源代码2-GM model
huiseGM_1_1_
- 这是GM(1,1)灰色预测的原理,为PDF格式。可进行对一些数据的预测工作。-This is the principle of GM (1,1) gray prediction is in PDF format. Forecasting can be carried out on some of the data.
greysystemPredict
- 灰色预测的一个代码实现,gm(1,1)模型的,mfc界面-failed to translate
gm11m
- 灰色残差GM(1,1)模型,使用前,建立a1.txt文件。第一列年份,第二列统计数据-Grey residual GM (1,1) model, prior to use, to establish a1.txt file. Year of the first column, the second column statistics
gm11
- 灰色预测gm(1-1)算法,用于短期时间序列预测,包含残差检验等各种必要检验-Gray predicted all the necessary inspection gm (1-1) algorithm for short-term time series prediction, including residuals inspection
GM-forcast
- 用于GM(1,1)预测模型,能计算出给定的数列的预测值,并计算出预测模型的相关指标参数。-For GM (1,1) prediction model can calculate the predicted value of the given number of columns, and calculate the relevant indicator parameter prediction model.
Matlab灰色预测模型GM(1_1)代码
- 用MATLAB做灰色预测模型GM(1,1)(Using MATLAB to do grey forecasting model GM (1,1))
GM
- 灰色预测模型GM(1,1)算法。 下面举例,一个公司1999到2008年的利润为[89677,99215,109655,120333,135823,159878,182321,209407,246619,300670],现在要预测该公司未来几年的利润情况。 在程序中我们仅仅预测该公司10年以后的情况,数据可修改,把(n+10)里的10改成你需要的数字即可。(The grey prediction model GM (1,1) algorithm. For example,
灰色(1,1)时间序列预测模型
- 灰色(1,1)时间序列预测模型,代码有详细注释,可以运行