logdiff: logdiff

Description Usage Arguments Details Value Author(s)

View source: R/functions_moloc.R

Description

Internal function, logdiff

Usage

1
logdiff(x, y)

Arguments

x

numeric

y

numeric

Details

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

Value

max(x) + log(exp(x - max(x,y)) - exp(y-max(x,y)))

Author(s)

Chris Wallace


clagiamba/moloc documentation built on Jan. 25, 2021, 2:43 a.m.