Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianspiering/statistical-analysis-of-fmri-data-book-examples

Coding examples from Statiscal Analysis of fMRI data by F. Gregory Ashby
https://github.com/brianspiering/statistical-analysis-of-fmri-data-book-examples

Last synced: 8 days ago
JSON representation

Coding examples from Statiscal Analysis of fMRI data by F. Gregory Ashby

Awesome Lists containing this project

README

        

statistical-analysis-of-fMRI-data-book-examples
===============================================

Examples from *Statiscal Analysis of fMRI data* by F. Gregory Ashby.

This is a Python version of the coding examples. The orginal coding examples are in MATLAB and can be downloaded from [F. Gregory Ashby's website ](https://labs.psych.ucsb.edu/ashby/gregory/Matlab.html).

## Dependencies

- Python 2.7

- [numpy](http://www.numpy.org/)

- [scipy](http://www.scipy.org/)

- [matplotlib](matplotlib.sourceforge.net)