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/projects/project_fano_test/fano.tex
2014-11-01 15:59:05 +01:00

69 lines
1.8 KiB
TeX

\documentclass[addpoints,10pt]{exam}
\usepackage{url}
\usepackage{color}
\usepackage{hyperref}
\pagestyle{headandfoot}
\runningheadrule
\firstpageheadrule
\firstpageheader{Scientific Computing}{Project Assignment}{11/05/2014
-- 11/06/2014}
%\runningheader{Homework 01}{Page \thepage\ of \numpages}{23. October 2014}
\firstpagefooter{}{}{}
\runningfooter{}{}{}
\pointsinmargin
\bracketedpoints
%\printanswers
%\shadedsolutions
\begin{document}
%%%%%%%%%%%%%%%%%%%%% Submission instructions %%%%%%%%%%%%%%%%%%%%%%%%%
\sffamily
% \begin{flushright}
% \gradetable[h][questions]
% \end{flushright}
\begin{center}
\input{../disclaimer.tex}
\end{center}
%%%%%%%%%%%%%% Questions %%%%%%%%%%%%%%%%%%%%%%%%%
\begin{questions}
\question The Fano factor $F=\frac{\sigma^2}{\mu}$ relates the
variance of a spike count $\sigma^2$ to the mean spike count
$\mu$. It is a common measure in neural coding because a Poisson
process---for which each spike is independent of every other---has a
Fano factor of one.
The table contains spike counts from a neuron measured in twelve
trials.
\begin{center}
\begin{tabular}{cccc}
\multicolumn{4}{c}{\bf number of spikes} \\ \hline\\
36 & 28 & 38 & 35\\
32 & 30 & 35 & 29\\
29 & 24 & 26 & 34
\end{tabular}
\end{center}
\begin{parts}
\part Use {\em Eden, U. T., \& Kramer, M. (2010). Drawing
inferences from Fano factor calculations. Journal of
neuroscience methods, 190(1), 149--152} to construct a test that
uses the Fano factor as test statistic and tests against the Null
hypothesis that the spike counts come from a Poisson process.
\part Plot the spike counts appropriately.
\part Implement the test and use it on the data above.
\end{parts}
\end{questions}
\end{document}