Spike analysis case Flashcards
Spikes definition
Spikes are all-or-none events, where information is coded in the timing
of spikes rather than the voltage amplitude
Two types of neurons
- Regular-firing neuron
- Burst-firing neuron -> neuron repeatedly fires discrete groups or bursts of spikes
spike timestamps
timepoint when the neuron spikes (s)
spike intervals
- ISIs
- difference between timestamps
- is informative when you want to look at temporal spiking patterns
Firing rate
- spikes/s, Hz
- Is informative when you want to look at average firing activity over time, over trials
(e.g. stimulus repetitions), or over a population of neurons.
Aliasing
- is the distortion or artifact that results when a continuous
signal is reconstructed with finite samples. It suggests structure and information that is present in a signal, while it is not.
ways to minimize aliasing
- using more bins
- smoothing
spike increment
- number of spikes in a discrete time bin.
- The sequence of spike counts across all the bins is referred to as the increment process for a given spike train.
Fano factor
- is a measure of the variability in the amount of spikes per time
bin as a proportion of the mean spikes per time bin. - We can calculate the Fano Factor as the ratio of the variance
to the mean spike count
FF==1
FF<1
FF>1
- FF == 1: spikes occur like a Poisson process
- FF < 1: spikes are more regular than Poisson (FF is lower for regular spikers)
- FF > 1: spikes is are more variable than Poisson (FF is higher for irregular
spikers, e.g. bursting neurons)
poisson process
mathematical model of spike trains that assumes
that the mean and variance is equal across all time bins.
autocorrelation
- cross-correlating a signal with itself with a known lag (L) to find repeated,
temporal structures. - In cross-correlation, you shift two vectors and at every shift/lag you compute the
correlation between one signal and the shifted/lagged version of the other signal.
Significance testing of ACs
- Useful to determine whether the spike train is generated from a random process
Fitting spike counts.
The number of spikes in a bin follow a Poisson distribution under the Poisson model. Just like the normal distribution, which can be described by two parameters (mean and std), the Poisson distribution can be described with a rate parameter lambda and variable k as the number of spikes in one bin.
A KS-plot is simply the observed CDF versus the model CDF:
any deviations outside the 95%
confidence bounds represent a significant deviation between the observed and model distributions.