-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Local (aspatial) Correlation #89
base: main
Are you sure you want to change the base?
Conversation
hey @weikang9009 @sjsrey, with Do you (A) have a permutation strategy in the works for |
We all think it makes sense to (1) move the source code of Kendall's tau as well as its spatial counterpart and local decomposition to @ljwolf if you can start an |
This is a very reasonable point. We do not have inference for local Tau in Since for investigating the dynamics (or exchanges) with tau or local tau, there is a temporal dimension, we can potentially use the starting rank as the reference point to build the sampling distribution. I guess we can try considering a certain variable (X or Y) as the |
Revisiting this with @weikang9009's advice, I've started to implement the following strategy for inference.
So,
|
Correlation coefficients can also be "localized" as a LISA:
for any two variates
x
,y
. This provides the "contribution" each site makes to the global correlation between two variables. When the statistic is large (close to one/negative one), the site contributes to the correlation in the direction of the sign of this local statistic. When this is small (close to zero), the site isn't as important to the correlation.Tau_Local
go here, too? or, atleast cross-listing them by importing giddy & adding them to anesda.correlation
namespace?