From 6391c63765c91551029db1d945ab12a1c8cccab6 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Mon, 3 Dec 2018 14:28:16 +0100 Subject: [PATCH] [pointprocesses] updated exercise --- pointprocesses/exercises/pointprocesses01.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pointprocesses/exercises/pointprocesses01.tex b/pointprocesses/exercises/pointprocesses01.tex index 2672158..6eed3fb 100644 --- a/pointprocesses/exercises/pointprocesses01.tex +++ b/pointprocesses/exercises/pointprocesses01.tex @@ -203,9 +203,9 @@ jan.benda@uni-tuebingen.de} \part Write a function that counts and returns the number of spikes in windows of a given width $W$. - Use this function to generate a histogram of spike counts for the - data of the three types of neurons. Use 100\,ms for the window - width. + Use this function to generate a properly normalized histogram of + spike counts for the data of the three types of neurons. Use + 100\,ms for the window width. \begin{solution} \lstinputlisting{../code/spikecounts.m} \newsolutionpage @@ -214,12 +214,12 @@ jan.benda@uni-tuebingen.de} \end{solution} \newsolutionpage - \part Write a function that computes for a range of window - widths the mean, the variance and the Fano factor of the - corresponding spike counts. The function should generate two - plots. One showing the spike count variance in dependence on the - mean spike count. The other plot showing the Fano factor as a - function of window width. + \part Write a function that computes for a range of window widths + the mean, the variance and the Fano factor of the corresponding + spike counts. The function should generate two plots. One showing + the spike count variance in dependence on the mean spike count + (the mean spike count increases for larger window widths). The + other plot showing the Fano factor as a function of window width. \begin{solution} \lstinputlisting{../code/fanoplot.m} \newsolutionpage