tiling.corr: Compute the tiling coefficient

View source: R/tiling.R

tiling.corrR Documentation

Compute the tiling coefficient

Description

The tiling coefficient is computed for two spike trains A and B. Spike trains must be sorted (smallest first.)

Usage

tiling.corr(a, b, dt = 0.05, rec.time = NULL)

Arguments

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).

Value

Tiling coefficient, which should be between -1 and 1.

Author(s)

Catherine Cutts and Stephen Eglen


sje30/sjemea documentation built on May 21, 2024, 5:44 a.m.