Description Usage Arguments Details Author(s) See Also Examples
View source: R/entropy.Shannon.R
This function calculates the Shannon's entropy of the variable X with N possible states
1  | entropy.Shannon(wind)
 | 
wind | 
 Probability matrix (4xm).  | 
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  |  data(TranscriptionFactor)
 data(BackgroundOrganism)
 training.set<-TranscriptionFactor
 wind<-probability(training.set,Prob,missing.fun=TRUE)
 entropy.Shannon(wind)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.