10000 GitHub - jvschw/nideconv: fit response shapes from signal time-courses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fit response shapes from signal time-courses

License

Notifications You must be signed in to change notification settings

jvschw/nideconv

 
 

Repository files navigation

Nideconv

nideconv is a Python module for fast and easy estimating of event-related signals.

Installation

Currently, nideconv can be installed using the GitHub repository:

Make Conda environment (optional but highly recomended, especially for Windows)

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/VU-Cog-Sci/nideconv

Install nideconv without Anaconda

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/VU-Cog-Sci/nideconv

Documentation

The latest documentation can be found on http://nideconv.readthedocs.io/en/latest/

About

fit response shapes from signal time-courses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.5%
  • Python 9.3%
  • Stan 0.2%
0