-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add corchatterjee
as another rank-based correlation
#379
Comments
Thanks! I think Associations.jl makes much more sense to be in JuliaDynsmics if one looks at the pool of methods and their relation to nonlinear and complex timeseries analysis. |
Hi there @juliohm! Thanks for reaching out. The package is fairly general, so it could fit into any sort of ML/stats/dynamics organisation. It's just labels, after all. The main focus should be for it to be within an organisation where it can expect a reasonable engagement by the community. For now, I echo @Datseris: I think the package remains a good fit for JuliaDynamics, since the package is so tightly coupled with the rest of the JuliaDynamics ecosystem. Regarding the Chatterjee coefficient, this paper is also relevant. They mention that the coefficient actually appears in an earlier work by Dette (2013). When implemented, the type should probably be called |
@juliohm In PR #383, I've implemented the Chatterjee coefficient to the best of my ability. The PR is as done as it gets from my side. Since this method was essentially new to me when you opened this issue, I'm naturally no expert in the method. Perhaps you would be interested in doing a short review of the PR before I merge? If you don't have the opportunity to do a review, no worries. I'll then revisit the PR in a few days with fresh eyes, and then merge it if I can't spot any glaring errors. Some comments
|
That is really amazing @kahaaga 💯 Thanks for the nice addition. Will certainly use it in the future when I find an opportunity. Please feel free to go ahead with the merge and release. |
So nice to see more associations in Julia! 🎉 Statistics/StatsBase is stuck in time, and it is good to see people working actively in JuliaDynamics 👍🏽
Here is a feature request that I am porting from StatsBase.jl: JuliaStats/StatsBase.jl#934
If you ever need to move the package to a "ML" or "stats" organization, JuliaML is one option. I already added @Datseris there as a member and would be happy to add more people. Feel free to ping me.
The text was updated successfully, but these errors were encountered: