Replies: 1 comment 3 replies
-
|
Hi Mason, Thanks for your good wors. We have functions for conditional MI, with categorical data only. The MI is proportional to the G^2 test statistic. In fact, we also compute the p-value using permutation, so that is pretty similar to the MI. Is this good enough? Michail |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have had a lot of success using Rfast to implement correlation based network constructions methods. I am wondering if there will be any added functions for information based measures. Entropy measures for single feature is easy enough with Rfast. functions based on combinations of features like MI and conditional MI are harder. Is there going to be any push to add these or any way to to look at combinations of pairs or triplets in future releases? I am mainly interested in the case where binning has already been done and one is working with a matrix of factors indicating bin but I expect many people might be interested in fast functions for binning as well.
Thanks for an awesome package!
PS if you are interested to see a use case where Rfast was crucial a network construction method you can check out this repo.
Beta Was this translation helpful? Give feedback.
All reactions