Learn R Programming

BTYD (version 2.4)

addLogs: Add Logs

Description

Given log(a) and log(b), returns log(a + b)

Usage

addLogs(loga, logb)

Arguments

loga
first number in log space.
logb
second number in log space.