
 kb - 2013-05-29 17:42:01
 
i m using this script for prediction purpose, i hav sales data of 4 quarters of each year like; training data is below
        1	158
	2	330
	3	311
	4	190
	5	209
	6	340
	7	309
	8	218
the algorithm predicts values for testing data which is quarters:
        1	
	2	
	3	
	4	
	5	
	6	
	7	
	8	
how can i predict value for 1st quarter of next year i.e. 9
The algo just predicts for 8 quarters not 9th one, plz help