Nonlincausality
Nonlincausality copied to clipboard
Python package for Granger causality test with nonlinear forecasting methods.
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?...
I was trying the example code. But I got this error. run_nonlincausality() missing 2 required positional arguments: 'plot' and 'functin_type'
https://github.com/mrosol/Nonlincausality/blob/5d77e8f3e69f68f7901925e594648ebad1c350d6/nonlincausality/nonlincausality.py#L497-L499 The three argument is not aligned to the definition of `run_nonlincausality` and will cause the following issue: ``` TypeError: run_nonlincausality() missing 3 required positional arguments: 'verbose', 'plot', and 'functin_type'...
Hi, Base on the example, I want to add Z into X's generation, making Y & Z causing X at the same time. How do I use more than 2...
Hi Maciej, thanks for interesting package. There is an error when any of example usage is run: TypeError: run_nonlincausality() missing 3 required positional arguments: 'verbose', 'plot', and 'functin_type'
Hello mrosol, I am trying to run the following code on the CPU machine. but getting the error pasted below the code. Please help to resolve this error. I am...
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...
ValueError: Unknown variable: . This optimizer can only be called for the variables it was originally built with. When working with a new set of variables, you should recreate a...
I get this error. Calling Adam like that is not compatible anymore for Keras 3. ImportError: keras.optimizers.legacy is not supported in Keras 3. When using tf.keras, to continue using a...
Hello, Thank you for sharing this valuable resource. I am using the nonlincausality package to analyze Granger causality across 8 different brain regions using EEG time series data. I initially...