This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/pointprocesses/lecture/pointprocesses-chapter.tex

36 lines
1.1 KiB
TeX

\documentclass[12pt]{book}
\input{../../header}
\renewcommand{\exercisesolutions}{here} % 0: here, 1: chapter, 2: end
\lstset{inputpath=../code}
\graphicspath{{figures/}}
\typein[\pagenumber]{Number of first page}
\typein[\chapternumber]{Chapter number}
\setcounter{page}{\pagenumber}
\setcounter{chapter}{\chapternumber}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\include{pointprocesses}
\section{TODO}
\begin{itemize}
\item Show different types of ISI histograms (regular, noisy, poisson, bursty, locking)
\item Multitrial firing rates
\item Better explain difference between ISI method and PSTHes. The
latter is dependent on precision of spike times the former not.
\item Choice of bin width for PSTH, kernel width, also in relation to
stimulus time scale
\item Kernel firing rate: discuss different kernel shapes, in
particular causal kernels (gamma, exponential), relation to synaptic
potentials
\end{itemize}
\end{document}