Description Usage Arguments Details Author(s) See Also Examples
View source: R/entropy.Renyi.R
This function calculates the Renyi's entropy of the variable X with N possible states
1 | entropy.Renyi(wind, q)
|
wind |
Probability matrix (4xm). |
q |
Renyi Order |
wind parameter is calculated by means of probability function
Joan Maynou <joan.maynou@upc.edu>
entropy.max, entropy.conjunta, probability, entropy.corrected
1 2 3 4 5 6 | data(TranscriptionFactor)
data(RenyiOrder)
data(BackgroundOrganism)
training.set<-TranscriptionFactor
wind<-probability(training.set,Prob,missing.fun=TRUE)
entropy.Renyi(wind,q)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.