mario.calc_p#

\[p = w^T (v^T)\]
mario.calc_p(v, w)#

Calculate the p price index vector from v and w.

Parameters:
  • v (pandas.DataFrame) – v value added coefficients matrix.

  • w (pandas.DataFrame) – w Leontief inverse matrix.

Returns:

p price index vector.

Return type:

pandas.DataFrame