mario.calc_f_from_z#
- mario.calc_f_from_z(e, z, *, method: str | None = None, solver: str | None = None, strategy: str | None = None)#
Calculate the
ftotal (direct+indirect) environmental transaction coefficients matrix.This is the direct path for
f. Undermethod="solve", MARIO solves the transposed system without materializing thewLeontief inverse matrix.- Parameters:
e (pandas.DataFrame) –
eenvironmental transaction coefficients matrix.z (pandas.DataFrame) –
zintersectoral transaction coefficients matrix.method (str, optional) – Optional runtime compute method override. Accepted values are
"auto","inverse"and"solve".solver (str, optional) – Optional linear solver backend used when the solve path is selected.
strategy (str, optional) – Optional sparse linear strategy used when the solve path is selected.
- Returns:
ftotal (direct+indirect) environmental transaction coefficients matrix.- Return type:
pandas.DataFrame