Description Usage Arguments Value Author(s)
View source: R/granger_tests.R
This function is used within the granger_test function to compute the Granger-Causal test statistic on the signals of interest
as well as on the simulated ones based on the sim_proc function (see Heerah et al., 2020).
1 | causal_stat(root, shoot, times, theta, alternative = "twodir")
|
root |
A |
shoot |
A |
times |
A |
theta |
A |
alternative |
A |
A list containing the following objects:
The value of the Granger-Causal test statistic for the specified alternative hypothesis HA
A double vector containing the values of the parameters relevant for the specified alternative hypothesis HA
(i.e. intensity of the causal impact (psi) and the time of maximal impact (gamma))
Roberto Molinari and Stephane Guerrier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.