Skip to content

Latest commit

 

History

History
executable file
·
82 lines (51 loc) · 2.18 KB

index.rst

File metadata and controls

executable file
·
82 lines (51 loc) · 2.18 KB

CogMaster Statistics course: Python materials

div.documentwrapper h1 { margin-bottom: 30px; } div.sidebar { margin-right: -20px; margin-top: -10px; border-radius: 6px; }

Python materials for the statistics course of the CogMaster.

Authors: S. Charron, G. Varoquaux


Tip

Why Python for statistics in experimental psychology?

R is a language dedicated to statistics. Python is a general purpose language with statistics module. R has more statistical analysis features than Python, and specialized syntaxes. However, when it comes to building complex analysis pipelines that mix statistics with e.g. image analysis, as in the case of brain imaging, the richness of Python is an invaluable asset.

.. seealso::

   * `MNE Python <http://martinos.org/mne/python_tutorial.html>`_:
     Analysis of EEG and MEG in Python

   * `Nipy <http://nipy.org/>`_ The NeuroImaging in Python ecosystem

   * `PyschoPy <http://www.psychopy.org>`_: presention of stimuli and
     collection of data for experimental psychology
.. seealso:: **Scipy lecture notes**

   The `scipy lecture notes <http://www.scipy-lectures.org/>`_ have a
   `chapter on statistics in Python
   <http://www.scipy-lectures.org/packages/statistics/index.html>`_
   that is kept up to date and is a good complement to these notes for
   statistic topics not specific to experimental psyschology.

Note

To install Python, we recommend that you download Anaconda Python


.. toctree::
   :numbered:

   basic_statistics.rst
   fmri_signals.rst
   auto_examples/index.rst