nideconv is a Python module for fast and easy estimating of event-related signals.
Currently, nideconv can be installed using the GitHub repository:
I highly recommend to first make a dedicated Anaconda/Miniconda-environment:
conda create --name nideconv
Then activate that environment
conda activate nideconv
Install requirements
conda install numpy scikit-learn pystan
And install nideconv itself
pip install git+https://github.com/diggerdu/nideconv_ur
Whatever you do, it is very important that you have Cython and numpy before you install nideconv, so maybe do
pip install cython numpy
And then install nideconv itself
pip install git+https://github.com/diggerdu/nideconv_ur
The latest documentation can be found on http://nideconv.readthedocs.io/en/latest/