Package PyDSTool :: Package Toolbox :: Module neuro_data :: Class estimate_spiking
[hide private]
[frames] | no frames]

Class estimate_spiking

source code

object --+
         |
        estimate_spiking

Estimate pattern of spiking in tonic or burst patterns.

Instance Methods [hide private]
 
__init__(self, x, t, filt_coeffs, sense='up')
Pass only 1D pointset.
source code
 
eliminate_group(self, xf, spike_ixs) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, x, t, filt_coeffs, sense='up')
(Constructor)

source code 

Pass only 1D pointset. If spikes are in the "positive" direction of the variable, use sense='up', else use 'down'.

Overrides: object.__init__