Inheritance diagram for nitime.analysis.snr:
Bases: nitime.analysis.base.BaseAnalyzer
Calculate SNR for a response to repetitions of the same stimulus, according to [Borst1999] (Figure 2) and [Hsu2004].
[Hsu2004] | Hsu A, Borst A and Theunissen, FE (2004) Quantifying |
variability in neural responses ans its application for the validation of model predictions. Network: Comput Neural Syst 15:91-109
[Borst1999] | Borst A and Theunissen FE (1999) Information theory and |
neural coding. Nat Neurosci 2:947-957
Initializer for the multi_taper_SNR object
Parameters : | input: TimeSeries object : bandwidth: float, :
adaptive: bool, default to False :
low_bias : bool, default to False
|
---|
The correlation between all combinations of trials
Returns : | (r,e) : tuple
|
---|
Signal and noise as defined in Borst and Theunissen 1999, Figure 2
Parameters : | response: nitime TimeSeries object :
|
---|