This implements the regression-based waveform estimation (rERP) analysis detailed in:
which is applied to the ERP data reported in:
Clone this repository, download the data files (see Releases) and decompress them in the repository folder.
To run the analysis, you need:
- A recent version of Python 3, with recent versions of:
- NumPy
- pandas
- SciPy
- Matplotlib
- GNU Make (optional)
To build the rERP analysis, including all graphs and time-window averages:
$ make analysis
To make density plots for the ratings:
$ make ratings
To undo everything:
$ make clean