Description Usage Arguments Details Examples
Given the distribution x of a degree of freedom of interest, the function computes the free energy at kT, according to
1  | free.energy(x, kT = 0.616, zero.min = T, norm = T)
 | 
x | 
 normalised or unnormalised distribution of the given degree of freedom  | 
kT | 
 (default 0.616)  | 
zero.min | 
 set the zero at the minimum of the free energy (default T)  | 
norm | 
 for debug normalisation of x can be disabled (default T)  | 
F(x) = -kT*ln( pdf(x) ) + C
1 2 3 4 5 6  | infile <- "test.data"
window.ll <- 20
x <- read.table(infile)
x <- ma(x, window.ll)
write.table(x,file=paste("ma",infile,sep="_"), quote=F, row.names=F, col.names=F)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.