-
We should support Pearson correlation in the Polars executor for both columns and grouped objects.
```python
import polars as pl
from functools import partial
from cudf_polars.callback import ex…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
When trying to run the SO-filter on another data set I noted that it does not work if your time series as duplicate indicies. For example if a time step appears two times.
[Right before calculating…
-
Hi,
I have a question about Mantel test and Pearson's correlation.
I have a taxonomic profile of soil samples, I have calculated the alpha and beta diversity using Microeco. Then I ran a differe…
-
Hi! Thanks a lot for your tool, I find it very useful and easy to use. I noticed that in the [code](https://github.com/theislab/cellrank/blob/82248b266e6f3b8508c96c81b1870a65692ac82e/src/cellrank/_uti…
-
### Feature Type
- [ ] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
When …
-
Hi,
I am wondering whether one can use neuroCombat to deconfound functional connectivity matrices containing Pearson correlation values. The matrices are calculated from different sites and confoun…
-
Hi, I have two questions that are troubling me, could you please help me answer them? Thank you very much. The questions are:
1)In your papers and code, I see that you use the complete sequence to …
-
According to the description in the README file, you used two types of data extracted from rs-fMRI, one is the three-band alff, and the other is the functional connectivity matrix based on the Pearson…
-
hello,
I have a question on pearson correlation matrix (https://hicexplorer.readthedocs.io/en/latest/content/example_usage.html#a-b-compartment-analysis):
how to you calculate the correlat…