mrosol / Nonlincausality

Python package for Granger causality test with nonlinear forecasting methods.
MIT License
70 stars 13 forks source link

GRBF functionality #10

Open CassAlien opened 5 months ago

CassAlien commented 5 months ago

In your paper, you showed results for AR and GRBF NN models. I was wondering if the GRBF architecture is included in this library? Based on NN_architecture function, it seems like only LSTMs GRU or standard MLP (dense with ReLU) are available.