-
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…
-
### Feature Type
- [ ] Adding new functionality to pandas
- [X] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
When …
-
Check Pearson residual calculation in [hydra-diagnostics.Rmd](https://github.com/thefaylab/hydra_diag/blob/main/R/hydra-diagnostics.Rmd).
-
Hello @annahedstroem,
It is possible that I am confusing something or calling the function incorrectly but if not, then I think there might be a mistake in how Sensitivity-n is calculated.
### Descr…
-
On line 43 of plot_osa_comps the ggplot says:
g1 0)) + geom_point() +
ggtitle(paste0('OSA w/o ', index_label, ' 1')) + ylim(range(index)) +
ylab(index_label)
where the index dropped …
-
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…
-
Hi,
have you calculate Pearson's r when eval? I tried to reproduce the results reported on the paper but find r is very low when eval.
-
```import numpy as np
from scipy import sparse
import libpysal
import esda
print(libpysal.__version__)
print(esda.__version__)
x = np.array([[1,1],
[0,1]])
y = np.array([[0,1],
…
-
Hi all,
Thank you so much for all the work you've put into the Seurat pipeline!
I'm re-running a dataset that I ran back in March of 2024, but I'm obtaining different UMAP clustering despite us…
-
Hello!
I wanted to ask if the Pearson Coditional Residuals are suitable to perform PCA for the DEGs. I want to check if the DEGs I obtain can separate the samples according to their corresponding t…