function [Y] = load_annual_farm_parity_ratios() % LOAD_ANNUAL_FARM_PARITY_RATIOS - Loads the annual farm parity ratios for 1910 to 1978 % % Checked on 2009-07-01 ... no errors found % % 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 = [ 107, 96, 98, 101, 98, 94, 103, 120, 119, 110 ; 99, 80, 87, 89, 89, 95, 91, 88, 91, 92 ; 83, 67, 58, 64, 75, 88, 92, 93, 78, 77 ; 81, 93, 105, 113, 108, 109, 113, 115, 110, 100 ; 101, 107, 100, 92, 89, 84, 83, 82, 85, 81 ; 80, 79, 80, 78, 76, 77, 80, 74, 73, 74 ; ].'; Y = Y(:); Y = [ Y; 72; 70; 74; 88; 81; 76; 71; 66; 70 ];