搜索资源列表
ARMAsel_mis_irreg_4
- 时间序列的基本模型的参数估计和预测 以及和谱分析的方法的相关程序-Copyright (c) 2009, Piet M T Broersen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
arma
- 改良arma算法测试用例 一、预测模型ARMA: 1、输入: 输入为一组历史数据,如__pre.bin 1 2 3 4 5 6 7 8 9 10(__pre.bin为可执行程序,1 2 3 4 5 6 7 8 9 10是历史数据),该向量组至少包含一个数据。 2、输出: 该方法只对一组已知数据进行一步预测,返回值只有一个;利用该方法,1 2 3 4 5 6 7 8 9 10的下一个值为10.9989。 3、测试报告: 测试报告详见《改良预测算法测试报告.xls》。