This repository contains data, slides, code, everything needed to "reproduce" my LASCON 2018 lectures and practical work.
The course material per se is located in the Lectures
folder.
- Lecture 1 (2018-01-19):
- Making one's work reproducible.
The slides and "supplementary material" are located in the
Lectures/ReproducibleResearch
folder. The source file of the slides isPouzat_LASCON2018_RR_slides.org
, while the slides themselves are in filePouzat_LASCON2018_RR_slides.pdf
. The source file contains additional references and notes (and can be visualized directly with GitHub (just click on the file name). The tutorial in available in org as well as in HTML formats.
- Making one's work reproducible.
The slides and "supplementary material" are located in the
- Lecture 2 (2018-01-22):
- A glimpse of the Statistician's toolbox. For the slides and more, look at
Lectures/Statistics
. The slides source file,Pouzat_LASCON2018_Statistics_slides.org
contains notes and references that do not appear in the slides themselvesPouzat_LASCON2018_Statistics_slides.pdf
. The tutorial is available in org and in HTML formats. The Fatt and Katz data set used in the tutorial, nerve.dat, is also available in theLectures/Statistics/data/
folder.
- A glimpse of the Statistician's toolbox. For the slides and more, look at
- Lecture 3 (2018-01-23):
- Lecture 4 (2018-01-24):
- Stochastic neuronal discharge models and their inference. For the slides and more, look at
Lectures/SpikeTrainAnalysis
. The slides are available in their source format org as well as in PDF. The tutorial can be found in its org source format as well as in PDF, HTML and MarkDown formats. A copy of the data used are also contained in theLectures/SpikeTrainAnalysis
folder.
- Stochastic neuronal discharge models and their inference. For the slides and more, look at
- Invited Lecture (2018-01-26):
- Peri-Stimulus Time Histograms Estimation Through Poisson Regression Without Generalized Linear Models. For the slides look at
Lectures/PSTH
. The slides are available as an org source file as well as in PDF. The precise justification of the material presented in this lecture can be found in a manuscript Homogeneity and identity tests for unidimensional Poisson processes with an application to neurophysiological peri-stimulus time histograms. The code, its description and the way the code was applied to the data to generate the complete analysis is available in R and in Python.
- Peri-Stimulus Time Histograms Estimation Through Poisson Regression Without Generalized Linear Models. For the slides look at