python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to best calculate correlations for observations that are not independent of each other (in Stata)?
I have the following case. My data set consists of 78 policy documents (= my observations). These were written by 50 different country governments (in the period between 2005 and 2020). While 27 count...
DNS
Votes: 0
Answers: 0
scanpy correlation matrix with dendrogram
I tried to recreate the correlation matrix that is described in scanpy's tutorial, using my own RNAseq dataset.
The relevant function in scanpy is: sc.pl.correlation_matrix and the plot looks like thi...
Ofir Shorer
Votes: 0
Answers: 1
How to optimize Spark Correlation to work similarly to pandas correlation?
I am trying to get the correlation between column in a large dataset in Spark.
Initially I followed the documentation and did it using the documentation for the spark mllib Correlation:
def calculate_...
YoshiLeo
Votes: 0
Answers: 0
Correlating an array row-wise with a vector
I have an array X with dimension mxn, for every row m I want to get a correlation with a vector y with dimension n.
In Matlab this would be possible with the corr function corr(X,y). For Python howeve...
Merk
Votes: 0
Answers: 1