Learn R Programming

MEET (version 5.1.1)

entropy.joint: To calculate joint entropy

Description

This function calculates the joint entropy between two variables X and Y with N possible state.

Usage

entropy.joint(pmXY,q,iicc)

Arguments

pmXY
Joint probability
q
Renyi Order
iicc
A list of options

Details

If q is equal 1, Renyi joint entropy converges to Shannon joint entropy

See Also

entropy

Examples

Run this code
require("MEET")
data(BackgroundOrganism)
data(iicc)
training.set<-iicc$Transcriptionfactor
Probtrans<-probability.couple(Prob)
pmXY<-joint.probability(training.set, Prob, Probtrans)
test<-entropy.joint(pmXY,q=iicc$q,iicc)

Run the code above in your browser using DataLab