-
Notifications
You must be signed in to change notification settings - Fork 5
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
FormulaOnsets #82
base: main
Are you sure you want to change the base?
FormulaOnsets #82
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
- Coverage 72.82% 70.32% -2.51%
==========================================
Files 10 10
Lines 357 374 +17
==========================================
+ Hits 260 263 +3
- Misses 97 111 +14 ☔ View full report in Codecov by Sentry. |
axislegend(ax) | ||
f | ||
|
||
# Voila - the inter-onset intervals are `20` samples longer for condition `B`, exactly as specified.` |
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.
[JuliaFormatter] reported by reviewdog 🐶
# Voila - the inter-onset intervals are `20` samples longer for condition `B`, exactly as specified.` | |
# Voila - the inter-onset intervals are `20` samples longer for condition `B`, exactly as specified.` |
|
||
|
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.
[JuliaFormatter] reported by reviewdog 🐶
this was fun, even though specificatio is a bit ugly (similar to the components interface issue, one always has to specify formula and betas separately...)
In any case, I was wondering if we should point the implementation of UniformOnset to the FormulaUniformOnset and simply use an intercept-only 0~1 formula.
But on the flip case, I benchmarked it, and it is significantly slower (makes sense, we have to generate a huge designmatrix first).
Difference is 127µs vs. 32ms...
Probably best to keep both for now?