View source: R/vectorisedCalculations.R
mi | R Documentation |
calculate mutual information from probabilities
mi(p_x1y1, p_x0y1, p_x1y0)
p_x1y1 |
probability of cooccurrence of x and y. |
p_x0y1 |
probability of occurrence of y without x |
p_x1y0 |
probability of occurrence of x without y |
the mutual information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.