mario.calc_p

mario.calc_p(v, w)

Calculating Price index coefficients vector

\[p = v\cdot w\]
Parameters:
  • v (pd.DataFrame) – Factor of production transaction coefficients matrix

  • w (pd.DataFrame) – Leontief coefficients matrix

Returns:

Price index coefficients vector

Return type:

pd.DataFrame