spike_analysis
❭ core
❭ STAPlugin_response_probability_in_period
STAPlugin_response_probability_in_period¶
-
class spike_analysis.core.STAPlugin_response_probability_in_period(name=
'frequency_in_period'
, source='st_df'
, period=None
, t_start=None
, t_end=None
)¶ SpikeTimeAnalysis (STA) plugin to compute the response probability in a period.
See also
spike_analysis.core.SpikeTimesAnalysis
reads insource
.- Parameters:¶
name (str, optional) – The name of the plugin. Defaults to ‘frequency_in_period’.
source (str, optional) – The
DataBase
key containing the spike times. Defaults to ‘st_df’.period (str, optional) – The period to analyze. Defaults to None (entire trace).
t_start (float, optional) – The start time of the period. Defaults to None.
t_end (float, optional) – The end time of the period. Defaults to None.
- Attributes:¶
- Methods:¶
setup
(spike_times_analysis)Sets up the analysis: computes the response probability in a period.