Inheritance diagram for nitime.analysis.granger:
Analyzers for the calculation of Granger ‘causality’
Bases: nitime.analysis.base.BaseAnalyzer
Analyzer for computing all-to-all Granger ‘causality’
Initializer for the GrangerAnalyzer.
Parameters : | input: nitime TimeSeries object : ij: List of tuples of the form: [(0, 1), (0, 2)], etc. :
order: int (optional) :
max_order: if the order is estimated, this is the maximal order to :
n_freqs: int (optional) :
criterion: :
|
---|
Fit the auto-regressive model used in calculation of Granger ‘causality’.
Parameters : | x1,x2: float arrays (n) :
order: int (optional) :
max_order: int (optional) :
criterion: callable :
|
---|