R/rapfunc.R
logsum.Rd
Sums logs without loss of precision This function is verbatim of its namesake in cupcake package (github.com/ollyburren/cupcake/)
logsum(x)
a vector of logs to sum
a scalar
Chris Wallace