Description
The program objective is to estimate the Italian intersectorial table for the year 2000 starting from the 1995 table by using the RAS method. Generate input produce three files: technical coefficients, monetary flows and production vector to update the base-year matrix; these files can be generated also by clicking the corresponding buttons (coe, flows, p-vec). Import and elaborate results generate the output of the GAMS procedure to compare the estimated matrix with the known 2000 matrix: the comparison is allocated in the "Output" sheet. Some statistics are generated and available in the sheet "Statistics". Contributor: Maria Cristina Tommasino, Marco Rao
Category : GAMS Data Utilities library
Main file : triobal.gms includes : triobal.gms triobal.xlsm
$Title Tommasino-Rao Input Output Balance Software
$Ontext
The program objective is to estimate the Italian intersectorial table for the
year 2000 starting from the 1995 table by using the RAS method.
Generate input produce three files: technical coefficients, monetary flows and
production vector to update the base-year matrix; these files can be generated
also by clicking the corresponding buttons (coe, flows, p-vec).
Import and elaborate results generate the output of the GAMS procedure to
compare the estimated matrix with the known 2000 matrix: the comparison is
allocated in the "Output" sheet. Some statistics are generated and available in
the sheet "Statistics".
Contributor: Maria Cristina Tommasino, Marco Rao
$Offtext
$if %system.filesys% == UNIX $abort.noerror 'This model cannot run on a non-Windows platform';
$libInclude win32 -c msappavail Excel
$if errorlevel 1 $abort.noerror 'Microsoft Excel is not available!';
$call "start triobal.xlsm"