Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brianspiering/statistical-analysis-of-fmri-data-book-examples
- Owner: brianspiering
- Created: 2013-08-09T18:44:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T04:18:23.000Z (over 10 years ago)
- Last Synced: 2023-10-20T18:30:02.230Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.74 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)