Description Usage Arguments Details Author(s) See Also Examples
This function calculates the redundancy of random variable X with N possibles states
1 | redundancy(HX, HXmax, Herror, finite, correction = TRUE)
|
HX |
A entropy vector |
HXmax |
Maximum entropy |
Herror |
Error entropy |
finite |
Finite Sample Size |
correction |
If TRUE, considers correction of the finite Sample size |
This function depends the correction.redundancy
Joan Maynou <joan.maynou@upc.edu>
correction.redundancy, correction.entropy, entropy
1 2 3 4 5 6 7 8 9 10 | data(TranscriptionFactor)
data(BackgroundOrganism)
data(iicc)
HXmax<-iicc$HXmax
HX<-iicc$entropy[[1]]
Factortrans<-iicc$Transcriptionfactor
correction<-correction.entropy(q,p=nrow(Factortrans),long=1,iicc)
Herror<-slot(correction,"Herror")
prob<-probability(TranscriptionFactor,Prob,missing.fun=TRUE)
redundancy(HX,HXmax,Herror,finite=nrow(Factortrans),correction=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.