I'm using the WIOD database to compute GHG emissions embodied in imports to Israel. While calulating the a-matrix (technical coefficients) I have to decide how to handle total ouputs with 0 value, e.g. sector P: households with employees, at most regions. That is in order to prevent NAN values, an to ensure Leontief Inverse can be computed.
Currently I assigned a relatively small values to those cells, i.e. 0.00000000001 Million USD, but I was wondering if it is indeed the correct way to handle it, or should I apply zeros to NAN values in the tecnical coefficient matrix?