logsum: logsum (copied from coloc package)

Description Usage Arguments Details Value Author(s)

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)

Claudia Giambartolomei


chr1swallace/snpBMA documentation built on May 13, 2019, 6:19 p.m.