logsum: logsum

Description Usage Arguments Details Value Author(s)

View source: R/extra_functions.R

Description

Internal function, logsum

Usage

1
logsum(x)

Arguments

x

numeric vector

Details

This function calculates the log of the sum of the exponentiated logs taking out the max, i.e. insuring that the sum is not Inf

Value

max(x) + log(sum(exp(x - max(x))))

Author(s)

Chris Wallace


corrcoverage documentation built on Dec. 7, 2019, 1:07 a.m.