Keisuke Sehara cde18baf20 describe analysis | 2 anni fa | |
---|---|---|
.. | ||
datareader | 2 anni fa | |
01_asymmetry.ipynb | 2 anni fa | |
02a_prediction-analysis-ROC.ipynb | 2 anni fa | |
02b_prediction-analysis-perceptron.ipynb | 2 anni fa | |
03_saccades.ipynb | 2 anni fa | |
README.md | 2 anni fa | |
ROC.py | 2 anni fa | |
epoch_analysis.py | 2 anni fa | |
kw_dunn.py | 2 anni fa | |
saccades.py | 2 anni fa | |
trial_envelope.py | 2 anni fa |
The analysis code used in the study.
You will need Python ≥ 3.4 to run the code.
Package | Version used in the paper |
---|---|
numpy |
1.18.1 |
scipy |
1.4.1 |
matplotlib |
3.1.3 |
statsmodels (used to run kw_dunn.py ) |
0.13.0 |
pandas |
1.0.1 |
scikit-learn (only for 02b) |
0.22.1 |
sliding1d |
1.0 |
You can install all the packages via pip
(assuming you have an appropriate version of python):
$ pip install numpy scipy matplotlib statsmodels pandas scikit-learn sliding1d
In case anything does not work, consider upgrading/downgrading the package that generates the error.
kw_dunn.py
is based on the one being shared at https://gist.github.com/alimuldal/fbb19b73fa25423f02e8 . The authors of this repository do not claim any copyright.