R/l.R

Defines functions l

Documented in l

l <-
function(f){
  return(sum(log(f)))
}
SaraTouzani/EM documentation built on Dec. 16, 2019, 12:31 a.m.