spikeTimeCrosscorrelationEvents-methods: Calculate the spike-time crosscorrelation between the spike...

Description Usage Arguments Value

Description

Each event is treated in turn as a reference event. The number of spikes or probability to observe a spike around the reference event is calculated. You can set the bins size in ms and and the time window for which you want to do the analysis on.

Usage

1
2
3
4
5
6
spikeTimeCrosscorrelationEvents(st, binSizeMs = 1, windowSizeMs = 200,
  probability = FALSE)

## S4 method for signature 'SpikeTrain'
spikeTimeCrosscorrelationEvents(st, binSizeMs = 1,
  windowSizeMs = 200, probability = FALSE)

Arguments

st

SpikeTrain object

binSizeMs

Default is 1

windowSizeMs

Default is 200, meaning that it ranges from + and - 200

probability

If TRUE, will calculate the probability of a spike in a given bin instead of the spike count

Value

st SpikeTrain object with the slot crossEvents filled


kevin-allen/relectro documentation built on May 20, 2019, 9:06 a.m.