文件名称:gm灰色模型matlab源程序代码
文件大小:2KB
文件格式:RAR
更新时间:2014-04-02 10:44:07
gm灰色模型 matlab源程序代码
部分代码(内含3个例子,1分绝对划算): function yc0=GM1(x0,N) %x0 is the original data , %N is the number you want to predict. n=length(x0); for i=1:n x1(i)=sum(x0(1:i)); end % for k=2:n % 紧邻均生成 z % z(k)=0.5*x1(k)+0.5*x1(k-1);
【文件预览】:
GM(1,1)
----gaiGM1.m(1KB)
----GM1.m(1KB)
GM
----greymodel.m(702B)