entropy.corrected: Correction of the Finite Sample Size Effect

Description Usage Arguments Details Author(s) See Also Examples

Description

Each training matrix is formed by a finite number of samples. The probability estimation error using the nucleotide frequency causes a bias on the uncertainty measurement

Usage

1
entropy.corrected(H, ErrorHX, HXmax)

Arguments

H

Entropy

ErrorHX

Error Entropy

HXmax

Maximum Entropy

Details

This function uses the results of correction.entropy and correctionaprox functions.

Author(s)

Joan Maynou <joan.maynouatupc.edu>

See Also

correctionaprox, correction.entropy

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
require("MEET")
data(BackgroundOrganism)
data(iicc)
Factortrans<-iicc$Transcriptionfactor
correction<-correction.entropy(q=iicc$q,p=nrow(Factortrans),long=1,iicc)
ErrorHX<-slot(correction,"sderror")[nrow(Factortrans)]
HXmax<-iicc$HXmax
prob<-probability(Factortrans,Prob)
H<-entropy.Shannon(prob)
test<-entropy.corrected(H,ErrorHX,HXmax)

MEET documentation built on May 2, 2019, 1:45 p.m.

Related to entropy.corrected in MEET...