Help with FEVD function in statsmodels module

Hello everyone,

I’m going to run an SVAR model using the statsmodels package in Python. The FEVD function does not work. While I don’t write the var_decom argument, the following error is showing:

TypeError: irf() got an unexpected keyword argument ‘var_decomp’

Hi Mahdi_vakili,

Could you please provide a minimal working example?

It is hard to check what is going on within the code without having a workable example.

Thanks,
Humphrey