tiling.corr | R Documentation |
The tiling coefficient is computed for two spike trains A and B. Spike trains must be sorted (smallest first.)
tiling.corr(a, b, dt = 0.05, rec.time = NULL)
a |
first spike train (vector of spike times) |
b |
second spike train |
dt |
Time-window (in seconds) for coincident activity. |
rec.time |
2-vector stating beg and end of recording. If omitted we take the min(max) spike time as the beg(end). |
Tiling coefficient, which should be between -1 and 1.
Catherine Cutts and Stephen Eglen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.