timecorr icon indicating copy to clipboard operation
timecorr copied to clipboard

Estimate dynamic high-order correlations in multivariate timeseries data

Results 19 timecorr issues
Sort by recently updated
recently updated
newest added

Hello, I am currently using this toolbox. Because of the data requirements of the Pearson correlation, I wanted to add the ability to calculate the Spearman correlation. After reading the...

## Summary The installation stuck in looking for compatible requirements. ## Problem I tried both installation commands ```bash pip install timecorr ``` and ```bash pip install --upgrade git+https://github.com/ContextLab/timecorr.git ``` Here...

Working on memoizing `timecorr`—need to have hashable parameters (then we can simply use Python's `@lru_cache`). I've written a function that converts np.array and lists of np.array (non-hashable) into tuples (hashable...

Create a 3D correlation matrix (feature x feature x volume) and change the opacity to increase with stronger (absolute value) correlations. If the features are voxels, you can arrange them...

future release

There may be a very quick way to implement the main timecorr algorithm using some sort of kernel method or convolutions (using the Gaussian weight function as the kernel). Need...

future release

Use brainiak implementation of event segmentation

future release

Instead of assuming the user wants to reduce the data back to the original shape, allow the user to specify their own size (possibly dependent on level). Another idea would...

future release

For some parameters (rfun) you pass a string, but for other paramters (cfun, combine, weights_fun, etc.) you pass a function. Should we discuss this?

future release

Add a `levels` argument to predict to optionally use the given list of levels of correlational info to predict future states. (Default: `levels=0`)

future release