function [Y] = load_quarterly_new_plant_equipment() % LOAD_QUARTERLY_NEW_PLANT_EQUIPMENT - Loads the quarterly new plant equipment first quarter 1964 to fourth quarter 1976 ... this is series 7 in the data appendix % % Written by: % -- % John L. Weatherwax 2009-04-21 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- Y = [ 10.00, 11.85, 11.70, 13.42 ; 11.20, 13.63, 13.65, 15.93 ; 13.33, 16.05, 15.92, 18.22 ; 14.46, 16.69, 16.20, 18.12 ; 15.10, 16.85, 16.79, 19.03 ; 16.04, 18.81, 19.25, 21.46 ; 17.47, 20.33, 20.26, 21.66 ; 17.68, 20.60, 20.14, 22.79 ; 19.38, 22.01, 21.86, 25.20 ; 21.50, 24.73, 25.04, 28.48 ; 24.10, 28.16, 28.23, 31.92 ; 25.82, 28.43, 27.79, 30.74 ; 25.87, 29.70, 30.41, 34.52 ].'; Y = Y(:);