Learn R Programming

MEET (version 5.1.1)

entropy.Renyi: Renyi Entropy

Description

This function calculates the Renyi's entropy of the variable X with N possible states

Usage

entropy.Renyi(wind, q)

Arguments

wind
Probability matrix (4xm).
q
Renyi Order

Details

wind parameter is calculated by means of probability function

See Also

entropy.max, entropy.conjunta, probability, entropy.corrected

Examples

Run this code
 require("MEET")
 data(TranscriptionFactor)
 data(RenyiOrder)
 data(BackgroundOrganism)
 training.set<-TranscriptionFactor
 wind<-probability(training.set,Prob)
 test<-entropy.Renyi(wind,q)

Run the code above in your browser using DataLab