Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coefficients #2

Open
Fabi9610 opened this issue Dec 1, 2021 · 2 comments
Open

Coefficients #2

Fabi9610 opened this issue Dec 1, 2021 · 2 comments

Comments

@Fabi9610
Copy link

Fabi9610 commented Dec 1, 2021

Hi!

Thank you for sharing the code, this is really impressive.
Is it possible to extract or look into the assumed coefficients for each lag used within fitting the model?

Best regards

@mrosol
Copy link
Owner

mrosol commented Dec 4, 2021

Thank you very much for your appreciation.

The fitted models are returned by the function in a dictionary. In the case of neural networks, the models are created using the Keras library and in the case of ARIMA statmodels library was used. In both cases, it is possible to obtain models weights.

If you would like to use weights to assess the causality for each lag here is some paper, which you might find interesting:
https://link.springer.com/content/pdf/10.1007/s11571-017-9453-1.pdf

Best regards,
Maciej Rosoł

@Fabi9610
Copy link
Author

Fabi9610 commented Dec 4, 2021

Thank you so much for your answer.

Can you please tell me how it is possible to extract the weights to for each lag in the case of nonlincausality?

Best regards

Fabian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants