-
Following #214, there might be some numerical instability in pearson similarity computation, probably caused by the `sqrt` function receiving either negative values, NaN or infinity.
I couldn't rep…
-
Shrunk similarity, as presented in pearson_baseline algorithm may be relevant not only for the given similarity measure, but for other approaches as well, as it is absolutely orthogonal to the baselin…
-
https://en.wikipedia.org/wiki/Pearson_correlation_coefficient
-
Suggestion: a $T_3$ space that is not functionally Hausdorff
![image](https://github.com/pi-base/data/assets/149833592/13b51391-f684-4c29-8a2e-e70f541901b8)
Munkres, J. R. (2013). Topology: Pear…
-
Hi,
I'm been implementing you paper in Keras using Albert instead of Bert. I'm quite certain I've followed almost the exact setup presented in the paper in the code in this repo but I'm having diff…
-
Here's some function I use to force a list of objects to be all on the same complex conjugate as the 1st object of the list.
I use that just before mode decomposition.
I use Pearson correlation as …
-
Hi Ruochiz,
Higashi run very well without any errors when the resolution was 1M (JSON file option "resolution") in my CentOS 7 system.
However, when the resolution increased, no matter which res…
-
Just checking if this worths a PR. Currently Lineal Regression returns m and b, but you always want to check R square attached to see how well the fit was. I know there is a R-square function but woul…
-
I want to use Juicebox to draw two different hic Pearson images, but I encountered the problem that one half of them has a large shadow.
Is this a problem caused by the difference in data size bet…
-
Is there a way to create custom metrics that rely on another column (i.e.: ID)?
For instance, average Pearson Correlation (by ID). In this case you will need to calculate Pearson Correlation of ta…