-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistical Model for SDI - first level and second level #73
base: master
Are you sure you want to change the base?
Conversation
Hi @smoia ! I see a) |
Hey @venkateshness, I need to check as well. For sure |
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 90.61% 90.93% +0.32%
==========================================
Files 14 15 +1
Lines 1236 1280 +44
==========================================
+ Hits 1120 1164 +44
Misses 116 116
|
Everything looking good ! How to properly update the optional requirements😅? I added mne in the setup.cfg and the build was okay and everything working fine locally. But the RTD build fails here. It looks like it clones from the NiGSP's main git which obviously doesn't have mne. What am I missing 🧐 EDIT: All clear ! I just forced Sphinx to install packages for stats module through |
OHIE, EGGCITING! I'll have a look at this later today/this week! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@venkateshness this is a lot of work and an awesome start!
I'm adding a few comments mainly about form and interaction with the rest of the library. I did not check the code thoroughly yet, so I can't comment on function!
Main points:
- move MNE import from top level to
two_level_statistical_model
- report correctly original developers, copyrights, and licences
- adjust a few other things in the numpydocs in terms of style
See the comments in line - great job so far!
@tylerjereddy, I will send an email to the official scipy email too, but just to check that we're respecting the BDS-3 claused licence of scipy. @larsoner, same for MNE-python! |
Both SciPy and MNE-Python seem okay to me |
Ciaoooo @smoia ! |
Closes #66
This PR contains the necessary code to perform statistical tests when there is events that require the consistency check. Tests are conducted using a 2-level-statistical model, while making use of the surrogate SDIs computed from
nigsp.surrogates
module.Proposed Changes
End-to-End pipeline for a 2-level stats model;
Change Type
bugfix
(+0.0.1)minor
(+0.1.0)major
(+1.0.0)refactoring
(no version update)test
(no version update)infrastructure
(no version update)documentation
(no version update)other
Checklist before review