ContextLab / ContextLab/timecorr
add flag for specifying the (temporal) direction of correlations
Open
future release
- Dominant language
- Python
- Stars
- 41
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
- should be passed to timecorr and wcorr
- options: `right`, `left`, or `both` (default)
- behavior:
- if `both`, leave weights unchanged
- if `right`, set all weights for *past* timepoints (i.e. times < `t`) to 0
- if `left`, set all weights for *future* timepoints (i.e. times > `t`) to 0
this will allow us to examine *directional* correlations
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.