logsum {RapidoPGS}R Documentation

Helper function to sum logs without loss of precision

Description

Sums logs without loss of precision This function is verbatim of its namesake in cupcake package (github.com/ollyburren/cupcake/)

Usage

logsum(x)

Arguments

x

a vector of logs to sum

Value

a scalar

Author(s)

Chris Wallace


[Package RapidoPGS version 2.3.0 Index]