close all; clear all; clc; % USGas_Greene.dat dokumentace % data ke spotrebe benzinu v USA % Greene (2000) load USGas_Greene.dat; [n nvar] = size(USGas_Greene); Year =USGas_Greene(1:n,1); % Rok G = USGas_Greene(1:n,2); % Celkova spotreba benzinu v USA za rok [celkove vydaje/cenovy index] Pg = USGas_Greene(1:n,3); % Cenovy index benzinu [1967 = 1] Y = USGas_Greene(1:n,4); % Disponibilni prijem na obyvatele Pnc = USGas_Greene(1:n,5); % Cenovy index pro nova auta [1967 = 1] Puc = USGas_Greene(1:n,6); % Cenovy index pro stara auta [1967 = 1] Ppt = USGas_Greene(1:n,7); % Cenovy index verejne dopravy [1967 = 1] Pd = USGas_Greene(1:n,8); % Agregovany cenovy index pro durables [1982=1] Pn = USGas_Greene(1:n,9); % Agregovany cenovy index pro nondurables [1982=1] Ps = USGas_Greene(1:n,10); % Agregovany cenovy index pro sluzby [1982=1] Pop = USGas_Greene(1:n,11);% Americka populace [mil.] const = ones(n,1); %(a) %(b) %(c) %(d) %(e)